Html Css Color HEX #200F14 Rustic Red

📋 copy color: '#200F14'

red 32 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #200F14

Tints of Rustic Red #200F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.39%

 BLUE value IS 20 (8.2% from 255) = 29.85%

R = 47.76%
G = 22.39%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#200F14 (or 0x200F14) is known color: Rustic Red. HEX triplet: 20, 0F and 14. RGB value is (32,15,20). Sum of RGB (Red+Green+Blue) = 32+15+20=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F14 is #DFF0EB. Grayscale: #141414. Windows color (decimal): -14676204 or 1314592. OLE color: 1314592.

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

Color convert

RGB 32 15 20 -
CMYK 0 0.53 0.37 0.87
HSL 342.35º 0.36% 0.09% -
HSV(B) 342.35º 0.53% 0.13% -
XYZ 0.89 0.7 0.75 -
YUV 20.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 32 15 20 0 0.53 0.37 0.87 342.35 0.36 0.09
Hex 20 F 14 0 35 25 57 156 24 9
Octal 40 17 24 0 65 45 127 526 44 11
Binary 100000 1111 10100 0 110101 100101 1010111 101010110 100100 1001

Color Harmonies of #200F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F14

Black with #200F14

Text Example


Text Example

White with #200F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,15,20); }

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

background-color css

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

 a { background-color: rgb(32,15,20); }

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

border-color css

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

 span { border-color: rgb(32,15,20); }

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