#250408

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

Shades of Rustic Red #250408

Tints of Rustic Red #250408

Color information

#250408 (or 0x250408) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 08. RGB value is (37,4,8). Sum of RGB (Red+Green+Blue) = 37+4+8=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #250408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250408 is #DAFBF7. Grayscale: #0E0E0E. Windows color (decimal): -14351352 or 525349. OLE color: 525349.

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

Color convert

RGB3748-
CMYK00.890.780.85
HSL352.73º80.49%8.04%-
HSV(B)352.73º89.19%14.51%-
XYZ0.850.50.28-
YUV14.32124.43144.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 75.51%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=75.51%
G=8.16%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal374800.890.780.85352.7380.498.04
Hex25480594E55161508
Octal45410013111612554112010
Binary1001011001000010110011001110101010110110000110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250408; }

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

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

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

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

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

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

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

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