#150408

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

Shades of Rustic Red #150408

Tints of Rustic Red #150408

Color information

#150408 (or 0x150408) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 08. RGB value is (21,4,8). Sum of RGB (Red+Green+Blue) = 21+4+8=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150408 is #EAFBF7. Grayscale: #090909. Windows color (decimal): -15399928 or 525333. OLE color: 525333.

HSL color Cylindrical-coordinate representation of color #150408: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150408 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB2148-
CMYK00.810.620.92
HSL345.88º68%4.9%-
HSV(B)345.88º80.95%8.24%-
XYZ0.40.260.26-
YUV9.54127.13136.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=63.64%
G=12.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214800.810.620.92345.88684.9
Hex15480513E5C15a445
Octal254100121761345321045
Binary1010110010000101000111111010111001010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150408; }

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

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

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

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

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

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

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

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