#15060B

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

Shades of Rustic Red #15060B

Tints of Rustic Red #15060B

Color information

#15060B (or 0x15060B) is unknown color: approx Rustic Red. HEX triplet: 15, 06 and 0B. RGB value is (21,6,11). Sum of RGB (Red+Green+Blue) = 21+6+11=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060B is #EAF9F4. Grayscale: #0B0B0B. Windows color (decimal): -15399413 or 722453. OLE color: 722453.

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

Color convert

RGB21611-
CMYK00.710.480.92
HSL340º55.56%5.29%-
HSV(B)340º71.43%8.24%-
XYZ0.430.310.35-
YUV11.06127.97135.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=55.26%
G=15.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2161100.710.480.9234055.565.29
Hex156B047305C154385
Octal25613010760134524705
Binary101011101011010001111100001011100101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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