#5B1912

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

Shades of Red Oxide #5B1912

Tints of Red Oxide #5B1912

Color information

#5B1912 (or 0x5B1912) is unknown color: approx Red Oxide. HEX triplet: 5B, 19 and 12. RGB value is (91,25,18). Sum of RGB (Red+Green+Blue) = 91+25+18=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1912 is #A4E6ED. Grayscale: #2C2C2C. Windows color (decimal): -10807022 or 1186139. OLE color: 1186139.

HSL color Cylindrical-coordinate representation of color #5B1912: hue angle of 5.75º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1912 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB912518-
CMYK00.730.800.64
HSL5.75º66.97%21.37%-
HSV(B)5.75º80.22%35.69%-
XYZ4.772.960.89-
YUV43.94113.37161.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=67.91%
G=18.66%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91251800.730.800.645.7566.9721.37
Hex5B1912049504064315
Octal13331220111120100610325
Binary101101111001100100100100110100001000000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,25,18); }

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

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

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

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

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

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

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