#15060C

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

Shades of Rustic Red #15060C

Tints of Rustic Red #15060C

Color information

#15060C (or 0x15060C) is unknown color: approx Rustic Red. HEX triplet: 15, 06 and 0C. RGB value is (21,6,12). Sum of RGB (Red+Green+Blue) = 21+6+12=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060C is #EAF9F3. Grayscale: #0B0B0B. Windows color (decimal): -15399412 or 787989. OLE color: 787989.

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

Color convert

RGB21612-
CMYK00.710.430.92
HSL336º55.56%5.29%-
HSV(B)336º71.43%8.24%-
XYZ0.440.320.39-
YUV11.17128.47135.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=53.85%
G=15.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2161200.710.430.9233655.565.29
Hex156C0472B5C150385
Octal25614010753134520705
Binary101011101100010001111010111011100101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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