#150406

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

Shades of Rustic Red #150406

Tints of Rustic Red #150406

Color information

#150406 (or 0x150406) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 06. RGB value is (21,4,6). Sum of RGB (Red+Green+Blue) = 21+4+6=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150406 is #EAFBF9. Grayscale: #090909. Windows color (decimal): -15399930 or 394261. OLE color: 394261.

HSL color Cylindrical-coordinate representation of color #150406: hue angle of 352.94º 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 #150406 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB2146-
CMYK00.810.710.92
HSL352.94º68%4.9%-
HSV(B)352.94º80.95%8.24%-
XYZ0.390.260.2-
YUV9.31126.13136.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 67.74%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 6 (2.73% from 255) = 19.35%
R=67.74%
G=12.90%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214600.810.710.92352.94684.9
Hex1546051475C161445
Octal254601211071345411045
Binary1010110011001010001100011110111001011000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150406; }

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

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

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

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

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

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

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

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