#15010C

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

Shades of Rustic Red #15010C

Tints of Rustic Red #15010C

Color information

#15010C (or 0x15010C) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 0C. RGB value is (21,1,12). Sum of RGB (Red+Green+Blue) = 21+1+12=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010C is #EAFEF3. Grayscale: #080808. Windows color (decimal): -15400692 or 786709. OLE color: 786709.

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

Color convert

RGB21112-
CMYK00.950.430.92
HSL327º90.91%4.31%-
HSV(B)327º95.24%8.24%-
XYZ0.390.210.37-
YUV8.23130.13137.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 61.76%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 12 (5.08% from 255) = 35.29%
R=61.76%
G=2.94%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111200.950.430.9232790.914.31
Hex151C05F2B5C1475b4
Octal251140137531345071334
Binary10101111000101111110101110111001010001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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