#21090D

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

Shades of Rustic Red #21090D

Tints of Rustic Red #21090D

Color information

#21090D (or 0x21090D) is unknown color: approx Rustic Red. HEX triplet: 21, 09 and 0D. RGB value is (33,9,13). Sum of RGB (Red+Green+Blue) = 33+9+13=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #21090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21090D is #DEF6F2. Grayscale: #101010. Windows color (decimal): -14612211 or 854305. OLE color: 854305.

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

Color convert

RGB33913-
CMYK00.730.610.87
HSL350º57.14%8.24%-
HSV(B)350º72.73%12.94%-
XYZ0.80.550.44-
YUV16.63125.95139.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=60%
G=16.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3391300.730.610.8735057.148.24
Hex219D0493D5715e398
Octal4111150111751275367110
Binary100001100111010100100111110110101111010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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