#210506

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

Shades of Rustic Red #210506

Tints of Rustic Red #210506

Color information

#210506 (or 0x210506) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 06. RGB value is (33,5,6). Sum of RGB (Red+Green+Blue) = 33+5+6=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210506 is #DEFAF9. Grayscale: #0D0D0D. Windows color (decimal): -14613242 or 394529. OLE color: 394529.

HSL color Cylindrical-coordinate representation of color #210506: hue angle of 357.86º 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 #210506 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB3356-
CMYK00.850.820.87
HSL357.86º73.68%7.45%-
HSV(B)357.86º84.85%12.94%-
XYZ0.710.450.22-
YUV13.49123.78141.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=75%
G=11.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal335600.850.820.87357.8673.687.45
Hex215605552571664a7
Octal415601251221275461127
Binary10000110111001010101101001010101111011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210506; }

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

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

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

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

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

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

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

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