#21090A

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

Shades of Rustic Red #21090A

Tints of Rustic Red #21090A

Color information

#21090A (or 0x21090A) is unknown color: approx Rustic Red. HEX triplet: 21, 09 and 0A. RGB value is (33,9,10). Sum of RGB (Red+Green+Blue) = 33+9+10=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21090A is #DEF6F5. Grayscale: #101010. Windows color (decimal): -14612214 or 657697. OLE color: 657697.

HSL color Cylindrical-coordinate representation of color #21090A: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21090A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB33910-
CMYK00.730.700.87
HSL357.5º57.14%8.24%-
HSV(B)357.5º72.73%12.94%-
XYZ0.780.540.35-
YUV16.29124.45139.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=63.46%
G=17.31%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3391000.730.700.87357.557.148.24
Hex219A0494657166398
Octal41111201111061275467110
Binary1000011001101001001001100011010101111011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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