#15060D

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

Shades of Rustic Red #15060D

Tints of Rustic Red #15060D

Color information

#15060D (or 0x15060D) is unknown color: approx Rustic Red. HEX triplet: 15, 06 and 0D. RGB value is (21,6,13). Sum of RGB (Red+Green+Blue) = 21+6+13=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060D is #EAF9F2. Grayscale: #0B0B0B. Windows color (decimal): -15399411 or 853525. OLE color: 853525.

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

Color convert

RGB21613-
CMYK00.710.380.92
HSL332º55.56%5.29%-
HSV(B)332º71.43%8.24%-
XYZ0.450.320.42-
YUV11.28128.97134.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=52.5%
G=15%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2161300.710.380.9233255.565.29
Hex156D047265C14c385
Octal25615010746134514705
Binary101011101101010001111001101011100101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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