Html Css Color HEX #500D0B Red Oxide

📋 copy color: '#500D0B'

red 80 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #500D0B

Tints of Red Oxide #500D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 11 (4.69% from 255) = 10.58%

R = 76.92%
G = 12.5%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#500D0B (or 0x500D0B) is known color: Red Oxide. HEX triplet: 50, 0D and 0B. RGB value is (80,13,11). Sum of RGB (Red+Green+Blue) = 80+13+11=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #500D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D0B is #AFF2F4. Grayscale: #202020. Windows color (decimal): -11530997 or 724304. OLE color: 724304.

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

Color convert

RGB 80 13 11 -
CMYK 0 0.84 0.86 0.69
HSL 1.74º 0.76% 0.18% -
HSV(B) 1.74º 0.86% 0.31% -
XYZ 3.51 2.02 0.52 -
YUV 32.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 80 13 11 0 0.84 0.86 0.69 1.74 0.76 0.18
Hex 50 D B 0 54 56 45 2 4C 12
Octal 120 15 13 0 124 126 105 2 114 22
Binary 1010000 1101 1011 0 1010100 1010110 1000101 10 1001100 10010

Color Harmonies of #500D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D0B

Black with #500D0B

Text Example


Text Example

White with #500D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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