Html Css Color HEX #500B09 Red Oxide

📋 copy color: '#500B09'

red 80 ◦ green 11 ◦ blue 9

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

Shades of Red Oxide #500B09

Tints of Red Oxide #500B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 9 (3.91% from 255) = 9%

R = 80%
G = 11%
B = 9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#500B09 (or 0x500B09) is known color: Red Oxide. HEX triplet: 50, 0B and 09. RGB value is (80,11,9). Sum of RGB (Red+Green+Blue) = 80+11+9=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B09 is #AFF4F6. Grayscale: #1F1F1F. Windows color (decimal): -11531511 or 592720. OLE color: 592720.

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

Color convert

RGB 80 11 9 -
CMYK 0 0.86 0.89 0.69
HSL 1.69º 0.8% 0.17% -
HSV(B) 1.69º 0.89% 0.31% -
XYZ 3.48 1.96 0.45 -
YUV 31.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 80 11 9 0 0.86 0.89 0.69 1.69 0.8 0.17
Hex 50 B 9 0 56 59 45 2 50 11
Octal 120 13 11 0 126 131 105 2 120 21
Binary 1010000 1011 1001 0 1010110 1011001 1000101 10 1010000 10001

Color Harmonies of #500B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B09

Black with #500B09

Text Example


Text Example

White with #500B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,9); }

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

background-color css

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

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

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

border-color css

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

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

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