#15070E

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

Shades of Rustic Red #15070E

Tints of Rustic Red #15070E

Color information

#15070E (or 0x15070E) is unknown color: approx Rustic Red. HEX triplet: 15, 07 and 0E. RGB value is (21,7,14). Sum of RGB (Red+Green+Blue) = 21+7+14=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #15070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070E is #EAF8F1. Grayscale: #0B0B0B. Windows color (decimal): -15399154 or 919317. OLE color: 919317.

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

Color convert

RGB21714-
CMYK00.670.330.92
HSL330º50%5.49%-
HSV(B)330º66.67%8.24%-
XYZ0.460.340.46-
YUV11.98129.14134.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171400.670.330.92330505.49
Hex157E043215C14a325
Octal25716010341134512625
Binary101011111110010000111000011011100101001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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