Html Css Color HEX #200004 Rustic Red

📋 copy color: '#200004'

red 32 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #200004

Tints of Rustic Red #200004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 11.11%

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#200004 (or 0x200004) is known color: Rustic Red. HEX triplet: 20, 00 and 04. RGB value is (32,0,4). Sum of RGB (Red+Green+Blue) = 32+0+4=36 (4% of max value = 765). Red value is 32 (12.89% from 255 or 88.89% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 32 - color contains mainly: red. Hex color #200004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200004 is #DFFFFB. Grayscale: #0A0A0A. Windows color (decimal): -14680060 or 262176. OLE color: 262176.

HSL color Cylindrical-coordinate representation of color #200004: hue angle of 352.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200004 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 4 -
CMYK 0 1 0.87 0.87
HSL 352.5º 1% 0.06% -
HSV(B) 352.5º 1% 0.13% -
XYZ 0.62 0.32 0.14 -
YUV 10.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 32 0 4 0 1 0.87 0.87 352.5 1 0.06
Hex 20 0 4 0 64 57 57 160 64 6
Octal 40 0 4 0 144 127 127 540 144 6
Binary 100000 0 100 0 1100100 1010111 1010111 101100000 1100100 110

Color Harmonies of #200004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200004

Black with #200004

Text Example


Text Example

White with #200004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200004; }

 p { color: rgb(32,0,4); }

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

background-color css

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

 a { background-color: rgb(32,0,4); }

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

border-color css

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

 span { border-color: rgb(32,0,4); }

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