Html Css Color HEX #200C15 Rustic Red

📋 copy color: '#200C15'

red 32 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #200C15

Tints of Rustic Red #200C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 32.31%

R = 49.23%
G = 18.46%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200C15 (or 0x200C15) is known color: Rustic Red. HEX triplet: 20, 0C and 15. RGB value is (32,12,21). Sum of RGB (Red+Green+Blue) = 32+12+21=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C15 is #DFF3EA. Grayscale: #121212. Windows color (decimal): -14676971 or 1379360. OLE color: 1379360.

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

Color convert

RGB 32 12 21 -
CMYK 0 0.63 0.34 0.87
HSL 333º 0.45% 0.09% -
HSV(B) 333º 0.63% 0.13% -
XYZ 0.86 0.62 0.78 -
YUV 19.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 32 12 21 0 0.63 0.34 0.87 333 0.45 0.09
Hex 20 C 15 0 3F 22 57 14D 2D 9
Octal 40 14 25 0 77 42 127 515 55 11
Binary 100000 1100 10101 0 111111 100010 1010111 101001101 101101 1001

Color Harmonies of #200C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C15

Black with #200C15

Text Example


Text Example

White with #200C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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