#15070A

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

Shades of Rustic Red #15070A

Tints of Rustic Red #15070A

Color information

#15070A (or 0x15070A) is unknown color: approx Rustic Red. HEX triplet: 15, 07 and 0A. RGB value is (21,7,10). Sum of RGB (Red+Green+Blue) = 21+7+10=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070A is #EAF8F5. Grayscale: #0B0B0B. Windows color (decimal): -15399158 or 657173. OLE color: 657173.

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

Color convert

RGB21710-
CMYK00.670.520.92
HSL347.14º50%5.49%-
HSV(B)347.14º66.67%8.24%-
XYZ0.440.330.33-
YUV11.53127.14134.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=55.26%
G=18.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171000.670.520.92347.14505.49
Hex157A043345C15b325
Octal25712010364134533625
Binary101011111010010000111101001011100101011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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