#150206

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

Shades of Rustic Red #150206

Tints of Rustic Red #150206

Color information

#150206 (or 0x150206) is unknown color: approx Rustic Red. HEX triplet: 15, 02 and 06. RGB value is (21,2,6). Sum of RGB (Red+Green+Blue) = 21+2+6=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150206 is #EAFDF9. Grayscale: #080808. Windows color (decimal): -15400442 or 393749. OLE color: 393749.

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

Color convert

RGB2126-
CMYK00.900.710.92
HSL347.37º82.61%4.51%-
HSV(B)347.37º90.48%8.24%-
XYZ0.360.220.19-
YUV8.14126.79137.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 72.41%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=72.41%
G=6.90%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212600.900.710.92347.3782.614.51
Hex152605A475C15b535
Octal252601321071345331235
Binary101011011001011010100011110111001010110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150206; }

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

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

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

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

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

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

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

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