Html Css Color HEX #500C0B Red Oxide

📋 copy color: '#500C0B'

red 80 ◦ green 12 ◦ blue 11

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

Shades of Red Oxide #500C0B

Tints of Red Oxide #500C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

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

R = 77.67%
G = 11.65%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#500C0B (or 0x500C0B) is known color: Red Oxide. HEX triplet: 50, 0C and 0B. RGB value is (80,12,11). Sum of RGB (Red+Green+Blue) = 80+12+11=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C0B is #AFF3F4. Grayscale: #202020. Windows color (decimal): -11531253 or 724048. OLE color: 724048.

HSL color Cylindrical-coordinate representation of color #500C0B: hue angle of 0.87º 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 #500C0B is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 12 11 -
CMYK 0 0.85 0.86 0.69
HSL 0.87º 0.76% 0.18% -
HSV(B) 0.87º 0.86% 0.31% -
XYZ 3.5 1.99 0.52 -
YUV 32.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 80 12 11 0 0.85 0.86 0.69 0.87 0.76 0.18
Hex 50 C B 0 55 56 45 1 4C 12
Octal 120 14 13 0 125 126 105 1 114 22
Binary 1010000 1100 1011 0 1010101 1010110 1000101 1 1001100 10010

Color Harmonies of #500C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C0B

Black with #500C0B

Text Example


Text Example

White with #500C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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