#5A110B

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

Shades of Red Oxide #5A110B

Tints of Red Oxide #5A110B

Color information

#5A110B (or 0x5A110B) is unknown color: approx Red Oxide. HEX triplet: 5A, 11 and 0B. RGB value is (90,17,11). Sum of RGB (Red+Green+Blue) = 90+17+11=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A110B is #A5EEF4. Grayscale: #262626. Windows color (decimal): -10874613 or 725338. OLE color: 725338.

HSL color Cylindrical-coordinate representation of color #5A110B: hue angle of 4.56º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A110B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB901711-
CMYK00.810.880.65
HSL4.56º78.22%19.8%-
HSV(B)4.56º87.78%35.29%-
XYZ4.482.60.58-
YUV38.14112.68164.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 76.27%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=76.27%
G=14.41%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90171100.810.880.654.5678.2219.8
Hex5A11B051584154e14
Octal13221130121130101511624
Binary10110101000110110101000110110001000001101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,11); }

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

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

 a { background-color: rgb(90,17,11); }

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

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

 span { border-color: rgb(90,17,11); }

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