Html Css Color HEX #200C13 Rustic Red

📋 copy color: '#200C13'

red 32 ◦ green 12 ◦ blue 19

#200C13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #200C13

Tints of Rustic Red #200C13

RGB

 RED value IS 32 (12.89% from 255) = 50.79%

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 50.79%
G = 19.05%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#200C13 (or 0x200C13) is known color: Rustic Red. HEX triplet: 20, 0C and 13. RGB value is (32,12,19). Sum of RGB (Red+Green+Blue) = 32+12+19=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #200C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C13 is #DFF3EC. Grayscale: #121212. Windows color (decimal): -14676973 or 1248288. OLE color: 1248288.

HSL color Cylindrical-coordinate representation of color #200C13: hue angle of 339º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C13 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 12 19 -
CMYK 0 0.63 0.41 0.87
HSL 339º 0.45% 0.09% -
HSV(B) 339º 0.63% 0.13% -
XYZ 0.84 0.62 0.69 -
YUV 18.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 32 12 19 0 0.63 0.41 0.87 339 0.45 0.09
Hex 20 C 13 0 3F 29 57 153 2D 9
Octal 40 14 23 0 77 51 127 523 55 11
Binary 100000 1100 10011 0 111111 101001 1010111 101010011 101101 1001

Color Harmonies of #200C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C13

Black with #200C13

Text Example


Text Example

White with #200C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #200C13;
 }
 .AnyTagClassName
 {
   color: #200C13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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