#21080B

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

Shades of Rustic Red #21080B

Tints of Rustic Red #21080B

Color information

#21080B (or 0x21080B) is unknown color: approx Rustic Red. HEX triplet: 21, 08 and 0B. RGB value is (33,8,11). Sum of RGB (Red+Green+Blue) = 33+8+11=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21080B is #DEF7F4. Grayscale: #0F0F0F. Windows color (decimal): -14612469 or 722977. OLE color: 722977.

HSL color Cylindrical-coordinate representation of color #21080B: hue angle of 352.8º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21080B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB33811-
CMYK00.760.670.87
HSL352.8º60.98%8.04%-
HSV(B)352.8º75.76%12.94%-
XYZ0.770.520.38-
YUV15.82125.28140.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=63.46%
G=15.38%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3381100.760.670.87352.860.988.04
Hex218B04C43571613d8
Octal41101301141031275417510
Binary1000011000101101001100100001110101111011000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21080B; }

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

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

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

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

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

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

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

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