Html Css Color HEX #500F0F Red Oxide

📋 copy color: '#500F0F'

red 80 ◦ green 15 ◦ blue 15

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

Shades of Red Oxide #500F0F

Tints of Red Oxide #500F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.64%

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 72.73%
G = 13.64%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#500F0F (or 0x500F0F) is known color: Red Oxide. HEX triplet: 50, 0F and 0F. RGB value is (80,15,15). Sum of RGB (Red+Green+Blue) = 80+15+15=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #500F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F0F is #AFF0F0. Grayscale: #222222. Windows color (decimal): -11530481 or 986960. OLE color: 986960.

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

Color convert

RGB 80 15 15 -
CMYK 0 0.81 0.81 0.69
HSL 0.68% 0.19% -
HSV(B) 0.81% 0.31% -
XYZ 3.57 2.08 0.67 -
YUV 34.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 80 15 15 0 0.81 0.81 0.69 0 0.68 0.19
Hex 50 F F 0 51 51 45 0 44 13
Octal 120 17 17 0 121 121 105 0 104 23
Binary 1010000 1111 1111 0 1010001 1010001 1000101 0 1000100 10011

Color Harmonies of #500F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F0F

Black with #500F0F

Text Example


Text Example

White with #500F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F0F; }

 p { color: rgb(80,15,15); }

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

background-color css

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

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

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

border-color css

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

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

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