#5B1808

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

Shades of Red Oxide #5B1808

Tints of Red Oxide #5B1808

Color information

#5B1808 (or 0x5B1808) is unknown color: approx Red Oxide. HEX triplet: 5B, 18 and 08. RGB value is (91,24,8). Sum of RGB (Red+Green+Blue) = 91+24+8=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1808 is #A4E7F7. Grayscale: #2A2A2A. Windows color (decimal): -10807288 or 530523. OLE color: 530523.

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

Color convert

RGB91248-
CMYK00.740.910.64
HSL11.57º83.84%19.41%-
HSV(B)11.57º91.21%35.69%-
XYZ4.682.890.54-
YUV42.21108.7162.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 73.98%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=73.98%
G=19.51%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9124800.740.910.6411.5783.8419.41
Hex5B18804A5B40c5413
Octal133301001121331001412423
Binary101101111000100001001010101101110000001100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,8); }

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

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

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

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

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

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

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