#200B13

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

Shades of Rustic Red #200B13

Tints of Rustic Red #200B13

Color information

#200B13 (or 0x200B13) is unknown color: approx Rustic Red. HEX triplet: 20, 0B and 13. RGB value is (32,11,19). Sum of RGB (Red+Green+Blue) = 32+11+19=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #200B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B13 is #DFF4EC. Grayscale: #121212. Windows color (decimal): -14677229 or 1248032. OLE color: 1248032.

HSL color Cylindrical-coordinate representation of color #200B13: hue angle of 337.14º 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 #200B13 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB321119-
CMYK00.660.410.87
HSL337.14º48.84%8.43%-
HSV(B)337.14º65.62%12.55%-
XYZ0.830.590.69-
YUV18.19128.46137.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=51.61%
G=17.74%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32111900.660.410.87337.1448.848.43
Hex20B130422957151318
Octal4013230102511275216110
Binary1000001011100110100001010100110101111010100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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