Html Css Color HEX #501C18 Red Oxide

📋 copy color: '#501C18'

red 80 ◦ green 28 ◦ blue 24

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

Shades of Red Oxide #501C18

Tints of Red Oxide #501C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 60.61%
G = 21.21%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#501C18 (or 0x501C18) is known color: Red Oxide. HEX triplet: 50, 1C and 18. RGB value is (80,28,24). Sum of RGB (Red+Green+Blue) = 80+28+24=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C18 is #AFE3E7. Grayscale: #2B2B2B. Windows color (decimal): -11527144 or 1580112. OLE color: 1580112.

HSL color Cylindrical-coordinate representation of color #501C18: hue angle of 4.29º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501C18 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 24 -
CMYK 0 0.65 0.70 0.69
HSL 4.29º 0.54% 0.2% -
HSV(B) 4.29º 0.7% 0.31% -
XYZ 3.89 2.6 1.16 -
YUV 43.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 80 28 24 0 0.65 0.70 0.69 4.29 0.54 0.2
Hex 50 1C 18 0 41 46 45 4 36 14
Octal 120 34 30 0 101 106 105 4 66 24
Binary 1010000 11100 11000 0 1000001 1000110 1000101 100 110110 10100

Color Harmonies of #501C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C18

Black with #501C18

Text Example


Text Example

White with #501C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C18; }

 p { color: rgb(80,28,24); }

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

background-color css

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

 a { background-color: rgb(80,28,24); }

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

border-color css

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

 span { border-color: rgb(80,28,24); }

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