#210A0B

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

Shades of Rustic Red #210A0B

Tints of Rustic Red #210A0B

Color information

#210A0B (or 0x210A0B) is unknown color: approx Rustic Red. HEX triplet: 21, 0A and 0B. RGB value is (33,10,11). Sum of RGB (Red+Green+Blue) = 33+10+11=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A0B is #DEF5F4. Grayscale: #111111. Windows color (decimal): -14611957 or 723489. OLE color: 723489.

HSL color Cylindrical-coordinate representation of color #210A0B: hue angle of 357.39º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A0B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB331011-
CMYK00.700.670.87
HSL357.39º53.49%8.43%-
HSV(B)357.39º69.7%12.94%-
XYZ0.80.560.38-
YUV16.99124.62139.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=61.11%
G=18.52%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33101100.700.670.87357.3953.498.43
Hex21AB0464357165358
Octal41121301061031275456510
Binary1000011010101101000110100001110101111011001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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