#210F15

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

Shades of Rustic Red #210F15

Tints of Rustic Red #210F15

Color information

#210F15 (or 0x210F15) is unknown color: approx Rustic Red. HEX triplet: 21, 0F and 15. RGB value is (33,15,21). Sum of RGB (Red+Green+Blue) = 33+15+21=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #210F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F15 is #DEF0EA. Grayscale: #151515. Windows color (decimal): -14610667 or 1380129. OLE color: 1380129.

HSL color Cylindrical-coordinate representation of color #210F15: hue angle of 340º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F15 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB331521-
CMYK00.550.360.87
HSL340º37.5%9.41%-
HSV(B)340º54.55%12.94%-
XYZ0.930.720.8-
YUV21.07127.96136.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=47.83%
G=21.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33152100.550.360.8734037.59.41
Hex21F150372457154269
Octal411725067441275244611
Binary100001111110101011011110010010101111010101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F15; }

 p { color: rgb(33,15,21); }

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

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

 a { background-color: rgb(33,15,21); }

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

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

 span { border-color: rgb(33,15,21); }

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