#150006

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

Shades of Rustic Red #150006

Tints of Rustic Red #150006

Color information

#150006 (or 0x150006) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 06. RGB value is (21,0,6). Sum of RGB (Red+Green+Blue) = 21+0+6=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150006 is #EAFFF9. Grayscale: #060606. Windows color (decimal): -15400954 or 393237. OLE color: 393237.

HSL color Cylindrical-coordinate representation of color #150006: hue angle of 342.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150006 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB2106-
CMYK010.710.92
HSL342.86º100%4.12%-
HSV(B)342.86º100%8.24%-
XYZ0.340.170.19-
YUV6.96127.46138.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 77.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=77.78%
G=0%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2106010.710.92342.861004.12
Hex1506064475C157644
Octal250601441071345271444
Binary10101011001100100100011110111001010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150006; }

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

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

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

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

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

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

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

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