#5B1616

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

Shades of Red Oxide #5B1616

Tints of Red Oxide #5B1616

Color information

#5B1616 (or 0x5B1616) is unknown color: approx Red Oxide. HEX triplet: 5B, 16 and 16. RGB value is (91,22,22). Sum of RGB (Red+Green+Blue) = 91+22+22=135 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.41% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1616 is #A4E9E9. Grayscale: #2A2A2A. Windows color (decimal): -10807786 or 1447515. OLE color: 1447515.

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

Color convert

RGB912222-
CMYK00.760.760.64
HSL61.06%22.16%-
HSV(B)75.82%35.69%-
XYZ4.752.861.06-
YUV42.63116.36162.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.41%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=67.41%
G=16.30%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91222200.760.760.64061.0622.16
Hex5B161604C4C4003d16
Octal1332626011411410007526
Binary101101110110101100100110010011001000000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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