#21050F

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

Shades of Rustic Red #21050F

Tints of Rustic Red #21050F

Color information

#21050F (or 0x21050F) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 0F. RGB value is (33,5,15). Sum of RGB (Red+Green+Blue) = 33+5+15=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #21050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21050F is #DEFAF0. Grayscale: #0E0E0E. Windows color (decimal): -14613233 or 984353. OLE color: 984353.

HSL color Cylindrical-coordinate representation of color #21050F: hue angle of 338.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21050F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB33515-
CMYK00.850.550.87
HSL338.57º73.68%7.45%-
HSV(B)338.57º84.85%12.94%-
XYZ0.770.470.5-
YUV14.51128.28141.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 62.26%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=62.26%
G=9.43%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3351500.850.550.87338.5773.687.45
Hex215F05537571534a7
Octal415170125671275231127
Binary10000110111110101010111011110101111010100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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