#210B0D

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

Shades of Rustic Red #210B0D

Tints of Rustic Red #210B0D

Color information

#210B0D (or 0x210B0D) is unknown color: approx Rustic Red. HEX triplet: 21, 0B and 0D. RGB value is (33,11,13). Sum of RGB (Red+Green+Blue) = 33+11+13=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0D is #DEF4F2. Grayscale: #111111. Windows color (decimal): -14611699 or 854817. OLE color: 854817.

HSL color Cylindrical-coordinate representation of color #210B0D: hue angle of 354.55º 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 #210B0D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB331113-
CMYK00.670.610.87
HSL354.55º50%8.63%-
HSV(B)354.55º66.67%12.94%-
XYZ0.820.590.45-
YUV17.81125.29138.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 57.89%
GREEN value IS 11 (4.69% from 255) = 19.30%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=57.89%
G=19.30%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33111300.670.610.87354.55508.63
Hex21BD0433D57163329
Octal4113150103751275436211
Binary100001101111010100001111110110101111011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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