#200506

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

Shades of Rustic Red #200506

Tints of Rustic Red #200506

Color information

#200506 (or 0x200506) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 06. RGB value is (32,5,6). Sum of RGB (Red+Green+Blue) = 32+5+6=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #200506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200506 is #DFFAF9. Grayscale: #0D0D0D. Windows color (decimal): -14678778 or 394528. OLE color: 394528.

HSL color Cylindrical-coordinate representation of color #200506: hue angle of 357.78º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200506 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB3256-
CMYK00.840.810.87
HSL357.78º72.97%7.25%-
HSV(B)357.78º84.38%12.55%-
XYZ0.680.430.22-
YUV13.19123.95141.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 74.42%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=74.42%
G=11.63%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325600.840.810.87357.7872.977.25
Hex20560545157166497
Octal405601241211275461117
Binary10000010111001010100101000110101111011001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200506; }

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

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

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

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

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

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

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

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