#200510

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

Shades of Rustic Red #200510

Tints of Rustic Red #200510

Color information

#200510 (or 0x200510) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 10. RGB value is (32,5,16). Sum of RGB (Red+Green+Blue) = 32+5+16=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200510 is #DFFAEF. Grayscale: #0E0E0E. Windows color (decimal): -14678768 or 1049888. OLE color: 1049888.

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

Color convert

RGB32516-
CMYK00.840.50.87
HSL335.56º72.97%7.25%-
HSV(B)335.56º84.38%12.55%-
XYZ0.740.450.54-
YUV14.33128.95140.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=60.38%
G=9.43%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251600.840.50.87335.5672.977.25
Hex205100543257150497
Octal405200124621275201117
Binary100000101100000101010011001010101111010100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200510; }

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

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

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

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

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

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

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

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