#21080F

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

Shades of Rustic Red #21080F

Tints of Rustic Red #21080F

Color information

#21080F (or 0x21080F) is unknown color: approx Rustic Red. HEX triplet: 21, 08 and 0F. RGB value is (33,8,15). Sum of RGB (Red+Green+Blue) = 33+8+15=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #21080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21080F is #DEF7F0. Grayscale: #101010. Windows color (decimal): -14612465 or 985121. OLE color: 985121.

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

Color convert

RGB33815-
CMYK00.760.550.87
HSL343.2º60.98%8.04%-
HSV(B)343.2º75.76%12.94%-
XYZ0.80.530.51-
YUV16.27127.28139.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=58.93%
G=14.29%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3381500.760.550.87343.260.988.04
Hex218F04C37571573d8
Octal4110170114671275277510
Binary100001100011110100110011011110101111010101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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