#5B190A

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

Shades of Red Oxide #5B190A

Tints of Red Oxide #5B190A

Color information

#5B190A (or 0x5B190A) is unknown color: approx Red Oxide. HEX triplet: 5B, 19 and 0A. RGB value is (91,25,10). Sum of RGB (Red+Green+Blue) = 91+25+10=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B190A is #A4E6F5. Grayscale: #2B2B2B. Windows color (decimal): -10807030 or 661851. OLE color: 661851.

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

Color convert

RGB912510-
CMYK00.730.890.64
HSL11.11º80.2%19.8%-
HSV(B)11.11º89.01%35.69%-
XYZ4.722.940.61-
YUV43.02109.37162.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.22%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=72.22%
G=19.84%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91251000.730.890.6411.1180.219.8
Hex5B19A0495940b5014
Octal133311201111311001312024
Binary101101111001101001001001101100110000001011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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