#200B10

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

Shades of Rustic Red #200B10

Tints of Rustic Red #200B10

Color information

#200B10 (or 0x200B10) is unknown color: approx Rustic Red. HEX triplet: 20, 0B and 10. RGB value is (32,11,16). Sum of RGB (Red+Green+Blue) = 32+11+16=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B10 is #DFF4EF. Grayscale: #111111. Windows color (decimal): -14677232 or 1051424. OLE color: 1051424.

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

Color convert

RGB321116-
CMYK00.660.50.87
HSL345.71º48.84%8.43%-
HSV(B)345.71º65.62%12.55%-
XYZ0.810.580.56-
YUV17.85126.96138.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 54.24%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=54.24%
G=18.64%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32111600.660.50.87345.7148.848.43
Hex20B10042325715a318
Octal4013200102621275326110
Binary1000001011100000100001011001010101111010110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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