#200507

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

Shades of Rustic Red #200507

Tints of Rustic Red #200507

Color information

#200507 (or 0x200507) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 07. RGB value is (32,5,7). Sum of RGB (Red+Green+Blue) = 32+5+7=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #200507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200507 is #DFFAF8. Grayscale: #0D0D0D. Windows color (decimal): -14678777 or 460064. OLE color: 460064.

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

Color convert

RGB3257-
CMYK00.840.780.87
HSL355.56º72.97%7.25%-
HSV(B)355.56º84.38%12.55%-
XYZ0.690.430.25-
YUV13.3124.45141.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 72.73%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=72.73%
G=11.36%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal325700.840.780.87355.5672.977.25
Hex20570544E57164497
Octal405701241161275441117
Binary10000010111101010100100111010101111011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200507; }

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

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

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

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

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

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

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

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