#200508

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

Shades of Rustic Red #200508

Tints of Rustic Red #200508

Color information

#200508 (or 0x200508) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 08. RGB value is (32,5,8). Sum of RGB (Red+Green+Blue) = 32+5+8=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #200508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200508 is #DFFAF7. Grayscale: #0D0D0D. Windows color (decimal): -14678776 or 525600. OLE color: 525600.

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

Color convert

RGB3258-
CMYK00.840.750.87
HSL353.33º72.97%7.25%-
HSV(B)353.33º84.38%12.55%-
XYZ0.690.430.28-
YUV13.42124.95141.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 71.11%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=71.11%
G=11.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325800.840.750.87353.3372.977.25
Hex20580544B57161497
Octal4051001241131275411117
Binary100000101100001010100100101110101111011000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200508; }

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

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

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

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

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

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

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

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