#5B1815

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

Shades of Red Oxide #5B1815

Tints of Red Oxide #5B1815

Color information

#5B1815 (or 0x5B1815) is unknown color: approx Red Oxide. HEX triplet: 5B, 18 and 15. RGB value is (91,24,21). Sum of RGB (Red+Green+Blue) = 91+24+21=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1815 is #A4E7EA. Grayscale: #2B2B2B. Windows color (decimal): -10807275 or 1382491. OLE color: 1382491.

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

Color convert

RGB912421-
CMYK00.740.770.64
HSL2.57º62.5%21.96%-
HSV(B)2.57º76.92%35.69%-
XYZ4.782.931.02-
YUV43.69115.2161.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.91%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=66.91%
G=17.65%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91242100.740.770.642.5762.521.96
Hex5B181504A4D4033e16
Octal1333025011211510037626
Binary1011011110001010101001010100110110000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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