#200305

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

Shades of Rustic Red #200305

Tints of Rustic Red #200305

Color information

#200305 (or 0x200305) is unknown color: approx Rustic Red. HEX triplet: 20, 03 and 05. RGB value is (32,3,5). Sum of RGB (Red+Green+Blue) = 32+3+5=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200305 is #DFFCFA. Grayscale: #0B0B0B. Windows color (decimal): -14679291 or 328480. OLE color: 328480.

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

Color convert

RGB3235-
CMYK00.910.840.87
HSL355.86º82.86%6.86%-
HSV(B)355.86º90.62%12.55%-
XYZ0.660.380.18-
YUV11.9124.11142.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=80%
G=7.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323500.910.840.87355.8682.866.86
Hex203505B5457164537
Octal403501331241275441237
Binary1000001110101011011101010010101111011001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200305; }

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

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

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

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

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

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

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

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