Html Css Color HEX #500204 Rustic Red

📋 copy color: '#500204'

red 80 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #500204

Tints of Rustic Red #500204

RGB

 RED value IS 80 (31.64% from 255) = 93.02%

 GREEN value IS 2 (1.17% from 255) = 2.33%

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

R = 93.02%
G = 2.33%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#500204 (or 0x500204) is known color: Rustic Red. HEX triplet: 50, 02 and 04. RGB value is (80,2,4). Sum of RGB (Red+Green+Blue) = 80+2+4=86 (11% of max value = 765). Red value is 80 (31.64% from 255 or 93.02% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 80 - color contains mainly: red. Hex color #500204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500204 is #AFFDFB. Grayscale: #191919. Windows color (decimal): -11533820 or 262736. OLE color: 262736.

HSL color Cylindrical-coordinate representation of color #500204: hue angle of 358.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500204 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 4 -
CMYK 0 0.98 0.95 0.69
HSL 358.46º 0.95% 0.16% -
HSV(B) 358.46º 0.98% 0.31% -
XYZ 3.35 1.76 0.28 -
YUV 25.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 80 2 4 0 0.98 0.95 0.69 358.46 0.95 0.16
Hex 50 2 4 0 62 5F 45 166 5F 10
Octal 120 2 4 0 142 137 105 546 137 20
Binary 1010000 10 100 0 1100010 1011111 1000101 101100110 1011111 10000

Color Harmonies of #500204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500204

Black with #500204

Text Example


Text Example

White with #500204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500204; }

 p { color: rgb(80,2,4); }

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

background-color css

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

 a { background-color: rgb(80,2,4); }

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

border-color css

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

 span { border-color: rgb(80,2,4); }

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