Html Css Color HEX #501405 Red Oxide

📋 copy color: '#501405'

red 80 ◦ green 20 ◦ blue 5

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

Shades of Red Oxide #501405

Tints of Red Oxide #501405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 76.19%
G = 19.05%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501405 (or 0x501405) is known color: Red Oxide. HEX triplet: 50, 14 and 05. RGB value is (80,20,5). Sum of RGB (Red+Green+Blue) = 80+20+5=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501405 is #AFEBFA. Grayscale: #242424. Windows color (decimal): -11529211 or 332880. OLE color: 332880.

HSL color Cylindrical-coordinate representation of color #501405: hue angle of 12º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501405 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 5 -
CMYK 0 0.75 0.94 0.69
HSL 12º 0.88% 0.17% -
HSV(B) 12º 0.94% 0.31% -
XYZ 3.59 2.22 0.38 -
YUV 36.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 80 20 5 0 0.75 0.94 0.69 12 0.88 0.17
Hex 50 14 5 0 4B 5E 45 C 58 11
Octal 120 24 5 0 113 136 105 14 130 21
Binary 1010000 10100 101 0 1001011 1011110 1000101 1100 1011000 10001

Color Harmonies of #501405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501405

Black with #501405

Text Example


Text Example

White with #501405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501405; }

 p { color: rgb(80,20,5); }

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

background-color css

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

 a { background-color: rgb(80,20,5); }

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

border-color css

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

 span { border-color: rgb(80,20,5); }

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