#210B0C

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

Shades of Rustic Red #210B0C

Tints of Rustic Red #210B0C

Color information

#210B0C (or 0x210B0C) is unknown color: approx Rustic Red. HEX triplet: 21, 0B and 0C. RGB value is (33,11,12). Sum of RGB (Red+Green+Blue) = 33+11+12=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0C is #DEF4F3. Grayscale: #111111. Windows color (decimal): -14611700 or 789281. OLE color: 789281.

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

Color convert

RGB331112-
CMYK00.670.640.87
HSL357.27º50%8.63%-
HSV(B)357.27º66.67%12.94%-
XYZ0.810.590.42-
YUV17.69124.79138.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=58.93%
G=19.64%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33111200.670.640.87357.27508.63
Hex21BC0434057165329
Octal41131401031001275456211
Binary1000011011110001000011100000010101111011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,12); }

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

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

 a { background-color: rgb(33,11,12); }

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

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

 span { border-color: rgb(33,11,12); }

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