#5B1100

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

Shades of Red Oxide #5B1100

Tints of Red Oxide #5B1100

Color information

#5B1100 (or 0x5B1100) is unknown color: approx Red Oxide. HEX triplet: 5B, 11 and 00. RGB value is (91,17,0). Sum of RGB (Red+Green+Blue) = 91+17+0=108 (14% of max value = 765). Red value is 91 (35.94% from 255 or 84.26% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1100 is #A4EEFF. Grayscale: #252525. Windows color (decimal): -10809088 or 4443. OLE color: 4443.

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

Color convert

RGB91170-
CMYK00.8110.64
HSL11.21º100%17.84%-
HSV(B)11.21º100%35.69%-
XYZ4.512.630.27-
YUV37.19107.02166.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 84.26%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.26%
G=15.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9117000.8110.6411.2110017.84
Hex5B1100516440b6412
Octal13321001211441001314422
Binary101101110001001010001110010010000001011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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