#5B1105

Color #5B1105 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5B1105

Tints of Red Oxide #5B1105

Color information

#5B1105 (or 0x5B1105) is unknown color: approx Red Oxide. HEX triplet: 5B, 11 and 05. RGB value is (91,17,5). Sum of RGB (Red+Green+Blue) = 91+17+5=113 (14% of max value = 765). Red value is 91 (35.94% from 255 or 80.53% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1105 is #A4EEFA. Grayscale: #252525. Windows color (decimal): -10809083 or 332123. OLE color: 332123.

HSL color Cylindrical-coordinate representation of color #5B1105: hue angle of 8.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B1105 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB91175-
CMYK00.810.950.64
HSL8.37º89.58%18.82%-
HSV(B)8.37º94.51%35.69%-
XYZ4.542.640.41-
YUV37.76109.52165.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 80.53%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=80.53%
G=15.04%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9117500.810.950.648.3789.5818.82
Hex5B1150515F4085a13
Octal13321501211371001013223
Binary10110111000110101010001101111110000001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B1105; }

 p { color: rgb(91,17,5); }

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

<style>
 a { background-color: #5B1105; }

 a { background-color: rgb(91,17,5); }

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

<style>
 span { border-color: #5B1105; }

 span { border-color: rgb(91,17,5); }

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