#200208

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

Shades of Rustic Red #200208

Tints of Rustic Red #200208

Color information

#200208 (or 0x200208) is unknown color: approx Rustic Red. HEX triplet: 20, 02 and 08. RGB value is (32,2,8). Sum of RGB (Red+Green+Blue) = 32+2+8=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200208 is #DFFDF7. Grayscale: #0B0B0B. Windows color (decimal): -14679544 or 524832. OLE color: 524832.

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

Color convert

RGB3228-
CMYK00.940.750.87
HSL348º88.24%6.67%-
HSV(B)348º93.75%12.55%-
XYZ0.660.370.27-
YUV11.65125.94142.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 76.19%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=76.19%
G=4.76%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal322800.940.750.8734888.246.67
Hex202805E4B5715c587
Octal4021001361131275341307
Binary10000010100001011110100101110101111010111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200208; }

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

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

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

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

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

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

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

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