#21080A

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

Shades of Rustic Red #21080A

Tints of Rustic Red #21080A

Color information

#21080A (or 0x21080A) is unknown color: approx Rustic Red. HEX triplet: 21, 08 and 0A. RGB value is (33,8,10). Sum of RGB (Red+Green+Blue) = 33+8+10=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21080A is #DEF7F5. Grayscale: #0F0F0F. Windows color (decimal): -14612470 or 657441. OLE color: 657441.

HSL color Cylindrical-coordinate representation of color #21080A: hue angle of 355.2º 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 #21080A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB33810-
CMYK00.760.700.87
HSL355.2º60.98%8.04%-
HSV(B)355.2º75.76%12.94%-
XYZ0.770.520.35-
YUV15.7124.78140.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=64.71%
G=15.69%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3381000.760.700.87355.260.988.04
Hex218A04C46571633d8
Octal41101201141061275437510
Binary1000011000101001001100100011010101111011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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