#5B1600

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

Shades of Red Oxide #5B1600

Tints of Red Oxide #5B1600

Color information

#5B1600 (or 0x5B1600) is unknown color: approx Red Oxide. HEX triplet: 5B, 16 and 00. RGB value is (91,22,0). Sum of RGB (Red+Green+Blue) = 91+22+0=113 (14% of max value = 765). Red value is 91 (35.94% from 255 or 80.53% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1600 is #A4E9FF. Grayscale: #282828. Windows color (decimal): -10807808 or 5723. OLE color: 5723.

HSL color Cylindrical-coordinate representation of color #5B1600: hue angle of 14.51º 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 #5B1600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB91220-
CMYK00.7610.64
HSL14.51º100%17.84%-
HSV(B)14.51º100%35.69%-
XYZ4.62.80.3-
YUV40.12105.36164.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 80.53%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.53%
G=19.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9122000.7610.6414.5110017.84
Hex5B16004C6440f6412
Octal13326001141441001714422
Binary101101110110001001100110010010000001111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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