#250508

Color #250508 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #250508

Tints of Rustic Red #250508

Color information

#250508 (or 0x250508) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 08. RGB value is (37,5,8). Sum of RGB (Red+Green+Blue) = 37+5+8=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250508 is #DAFAF7. Grayscale: #0E0E0E. Windows color (decimal): -14351096 or 525605. OLE color: 525605.

HSL color Cylindrical-coordinate representation of color #250508: hue angle of 354.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250508 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB3758-
CMYK00.860.780.85
HSL354.38º76.19%8.24%-
HSV(B)354.38º86.49%14.51%-
XYZ0.860.520.28-
YUV14.91124.1143.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 8 (3.52% from 255) = 16%
R=74%
G=10%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal375800.860.780.85354.3876.198.24
Hex25580564E551624c8
Octal45510012611612554211410
Binary1001011011000010101101001110101010110110001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250508; }

 p { color: rgb(37,5,8); }

 H1.HeaderClassName
 {
   color: #250508;
 }
 .AnyTagClassName
 {
   color: #250508;
 }
</style>
background-color css

<style>
 a { background-color: #250508; }

 a { background-color: rgb(37,5,8); }

 div.DivClassName
 {
   background-color: #250508;
 }
 .BgClassName
 {
   background-color: #250508;
 }
</style>
border-color css

<style>
 span { border-color: #250508; }

 span { border-color: rgb(37,5,8); }

 td.TdClassName
 {
   border-color: #250508;
 }
 .TagClassName
 {
   border-color: #250508;
 }
</style>