#200D10

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

Shades of Rustic Red #200D10

Tints of Rustic Red #200D10

Color information

#200D10 (or 0x200D10) is unknown color: approx Rustic Red. HEX triplet: 20, 0D and 10. RGB value is (32,13,16). Sum of RGB (Red+Green+Blue) = 32+13+16=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D10 is #DFF2EF. Grayscale: #131313. Windows color (decimal): -14676720 or 1051936. OLE color: 1051936.

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

Color convert

RGB321316-
CMYK00.590.50.87
HSL350.53º42.22%8.82%-
HSV(B)350.53º59.38%12.55%-
XYZ0.830.630.57-
YUV19.02126.29137.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 52.46%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=52.46%
G=21.31%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32131600.590.50.87350.5342.228.82
Hex20D1003B325715f2a9
Octal401520073621275375211
Binary100000110110000011101111001010101111010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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