#200A12

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

Shades of Rustic Red #200A12

Tints of Rustic Red #200A12

Color information

#200A12 (or 0x200A12) is unknown color: approx Rustic Red. HEX triplet: 20, 0A and 12. RGB value is (32,10,18). Sum of RGB (Red+Green+Blue) = 32+10+18=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A12 is #DFF5ED. Grayscale: #111111. Windows color (decimal): -14677486 or 1182240. OLE color: 1182240.

HSL color Cylindrical-coordinate representation of color #200A12: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A12 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB321018-
CMYK00.690.440.87
HSL338.18º52.38%8.24%-
HSV(B)338.18º68.75%12.55%-
XYZ0.810.570.64-
YUV17.49128.29138.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 30%
R=53.33%
G=16.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32101800.690.440.87338.1852.388.24
Hex20A120452C57152348
Octal4012220105541275226410
Binary1000001010100100100010110110010101111010100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A12; }

 p { color: rgb(32,10,18); }

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

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

 a { background-color: rgb(32,10,18); }

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

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

 span { border-color: rgb(32,10,18); }

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