#15060E

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

Shades of Rustic Red #15060E

Tints of Rustic Red #15060E

Color information

#15060E (or 0x15060E) is unknown color: approx Rustic Red. HEX triplet: 15, 06 and 0E. RGB value is (21,6,14). Sum of RGB (Red+Green+Blue) = 21+6+14=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060E is #EAF9F1. Grayscale: #0B0B0B. Windows color (decimal): -15399410 or 919061. OLE color: 919061.

HSL color Cylindrical-coordinate representation of color #15060E: hue angle of 328º 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 #15060E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB21614-
CMYK00.710.330.92
HSL328º55.56%5.29%-
HSV(B)328º71.43%8.24%-
XYZ0.450.320.45-
YUV11.4129.47134.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=51.22%
G=14.63%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2161400.710.330.9232855.565.29
Hex156E047215C148385
Octal25616010741134510705
Binary101011101110010001111000011011100101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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