#15070D

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

Shades of Rustic Red #15070D

Tints of Rustic Red #15070D

Color information

#15070D (or 0x15070D) is unknown color: approx Rustic Red. HEX triplet: 15, 07 and 0D. RGB value is (21,7,13). Sum of RGB (Red+Green+Blue) = 21+7+13=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070D is #EAF8F2. Grayscale: #0B0B0B. Windows color (decimal): -15399155 or 853781. OLE color: 853781.

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

Color convert

RGB21713-
CMYK00.670.380.92
HSL334.29º50%5.49%-
HSV(B)334.29º66.67%8.24%-
XYZ0.460.340.42-
YUV11.87128.64134.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=51.22%
G=17.07%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171300.670.380.92334.29505.49
Hex157D043265C14e325
Octal25715010346134516625
Binary101011111101010000111001101011100101001110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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