Html Css Color HEX #501208 Red Oxide

📋 copy color: '#501208'

red 80 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #501208

Tints of Red Oxide #501208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 75.47%
G = 16.98%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#501208 (or 0x501208) is known color: Red Oxide. HEX triplet: 50, 12 and 08. RGB value is (80,18,8). Sum of RGB (Red+Green+Blue) = 80+18+8=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501208 is #AFEDF7. Grayscale: #232323. Windows color (decimal): -11529720 or 528976. OLE color: 528976.

HSL color Cylindrical-coordinate representation of color #501208: hue angle of 8.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501208 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 8 -
CMYK 0 0.78 0.90 0.69
HSL 8.33º 0.82% 0.17% -
HSV(B) 8.33º 0.9% 0.31% -
XYZ 3.57 2.16 0.46 -
YUV 35.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 80 18 8 0 0.78 0.90 0.69 8.33 0.82 0.17
Hex 50 12 8 0 4E 5A 45 8 52 11
Octal 120 22 10 0 116 132 105 10 122 21
Binary 1010000 10010 1000 0 1001110 1011010 1000101 1000 1010010 10001

Color Harmonies of #501208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501208

Black with #501208

Text Example


Text Example

White with #501208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501208; }

 p { color: rgb(80,18,8); }

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

background-color css

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

 a { background-color: rgb(80,18,8); }

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

border-color css

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

 span { border-color: rgb(80,18,8); }

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