#151012

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

Shades of Rustic Red #151012

Tints of Rustic Red #151012

Color information

#151012 (or 0x151012) is unknown color: approx Rustic Red. HEX triplet: 15, 10 and 12. RGB value is (21,16,18). Sum of RGB (Red+Green+Blue) = 21+16+18=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #151012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151012 is #EAEFED. Grayscale: #111111. Windows color (decimal): -15396846 or 1183765. OLE color: 1183765.

HSL color Cylindrical-coordinate representation of color #151012: hue angle of 336º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151012 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB211618-
CMYK00.240.140.92
HSL336º13.51%7.25%-
HSV(B)336º23.81%8.24%-
XYZ0.60.570.65-
YUV17.72128.16130.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=38.18%
G=29.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21161800.240.140.9233613.517.25
Hex151012018E5C150e7
Octal25202203016134520167
Binary101011000010010011000111010111001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151012; }

 p { color: rgb(21,16,18); }

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

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

 a { background-color: rgb(21,16,18); }

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

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

 span { border-color: rgb(21,16,18); }

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