#151213

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

Shades of Rustic Red #151213

Tints of Rustic Red #151213

Color information

#151213 (or 0x151213) is unknown color: approx Rustic Red. HEX triplet: 15, 12 and 13. RGB value is (21,18,19). Sum of RGB (Red+Green+Blue) = 21+18+19=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 21 - color contains mainly: red. Hex color #151213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151213 is #EAEDEC. Grayscale: #131313. Windows color (decimal): -15396333 or 1249813. OLE color: 1249813.

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

Color convert

RGB211819-
CMYK00.140.100.92
HSL340º7.69%7.65%-
HSV(B)340º14.29%8.24%-
XYZ0.640.640.71-
YUV19.01127.99129.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=36.21%
G=31.03%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21181900.140.100.923407.697.65
Hex1512130EA5C15488
Octal252223016121345241010
Binary101011001010011011101010101110010101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151213; }

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

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

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

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

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

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

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

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