#15070B

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

Shades of Rustic Red #15070B

Tints of Rustic Red #15070B

Color information

#15070B (or 0x15070B) is unknown color: approx Rustic Red. HEX triplet: 15, 07 and 0B. RGB value is (21,7,11). Sum of RGB (Red+Green+Blue) = 21+7+11=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070B is #EAF8F4. Grayscale: #0B0B0B. Windows color (decimal): -15399157 or 722709. OLE color: 722709.

HSL color Cylindrical-coordinate representation of color #15070B: hue angle of 342.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15070B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB21711-
CMYK00.670.480.92
HSL342.86º50%5.49%-
HSV(B)342.86º66.67%8.24%-
XYZ0.450.340.36-
YUV11.64127.64134.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=53.85%
G=17.95%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171100.670.480.92342.86505.49
Hex157B043305C157325
Octal25713010360134527625
Binary101011111011010000111100001011100101010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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