#15020C

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

Shades of Rustic Red #15020C

Tints of Rustic Red #15020C

Color information

#15020C (or 0x15020C) is unknown color: approx Rustic Red. HEX triplet: 15, 02 and 0C. RGB value is (21,2,12). Sum of RGB (Red+Green+Blue) = 21+2+12=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #15020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020C is #EAFDF3. Grayscale: #080808. Windows color (decimal): -15400436 or 786965. OLE color: 786965.

HSL color Cylindrical-coordinate representation of color #15020C: hue angle of 328.42º 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 #15020C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB21212-
CMYK00.900.430.92
HSL328.42º82.61%4.51%-
HSV(B)328.42º90.48%8.24%-
XYZ0.40.230.37-
YUV8.82129.79136.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=60%
G=5.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121200.900.430.92328.4282.614.51
Hex152C05A2B5C148535
Octal252140132531345101235
Binary101011011000101101010101110111001010010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15020C; }

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

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

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

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

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

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

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

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