Html Css Color HEX #200D12 Rustic Red

📋 copy color: '#200D12'

red 32 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #200D12

Tints of Rustic Red #200D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.63%

 BLUE value IS 18 (7.42% from 255) = 28.57%

R = 50.79%
G = 20.63%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#200D12 (or 0x200D12) is known color: Rustic Red. HEX triplet: 20, 0D and 12. RGB value is (32,13,18). Sum of RGB (Red+Green+Blue) = 32+13+18=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #200D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D12 is #DFF2ED. Grayscale: #131313. Windows color (decimal): -14676718 or 1183008. OLE color: 1183008.

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

Color convert

RGB 32 13 18 -
CMYK 0 0.59 0.44 0.87
HSL 344.21º 0.42% 0.09% -
HSV(B) 344.21º 0.59% 0.13% -
XYZ 0.85 0.64 0.65 -
YUV 19.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 32 13 18 0 0.59 0.44 0.87 344.21 0.42 0.09
Hex 20 D 12 0 3B 2C 57 158 2A 9
Octal 40 15 22 0 73 54 127 530 52 11
Binary 100000 1101 10010 0 111011 101100 1010111 101011000 101010 1001

Color Harmonies of #200D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D12

Black with #200D12

Text Example


Text Example

White with #200D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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