#500B0C

Color #500B0C Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #500B0C

Tints of Rustic Red #500B0C

Color information

#500B0C (or 0x500B0C) is unknown color: approx Rustic Red. HEX triplet: 50, 0B and 0C. RGB value is (80,11,12). Sum of RGB (Red+Green+Blue) = 80+11+12=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B0C is #AFF4F3. Grayscale: #1F1F1F. Windows color (decimal): -11531508 or 789328. OLE color: 789328.

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

Color convert

RGB801112-
CMYK00.860.850.69
HSL359.13º75.82%17.84%-
HSV(B)359.13º86.25%31.37%-
XYZ3.491.970.54-
YUV31.74116.86162.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=77.67%
G=10.68%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80111200.860.850.69359.1375.8217.84
Hex50BC05655451674c12
Octal1201314012612510554711422
Binary1010000101111000101011010101011000101101100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #500B0C;
 }
 .AnyTagClassName
 {
   color: #500B0C;
 }
</style>
background-color css

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

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

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

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

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

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