#5B120A

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

Shades of Red Oxide #5B120A

Tints of Red Oxide #5B120A

Color information

#5B120A (or 0x5B120A) is unknown color: approx Red Oxide. HEX triplet: 5B, 12 and 0A. RGB value is (91,18,10). Sum of RGB (Red+Green+Blue) = 91+18+10=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B120A is #A4EDF5. Grayscale: #272727. Windows color (decimal): -10808822 or 660059. OLE color: 660059.

HSL color Cylindrical-coordinate representation of color #5B120A: hue angle of 5.93º 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 #5B120A is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB911810-
CMYK00.800.890.64
HSL5.93º80.2%19.8%-
HSV(B)5.93º89.01%35.69%-
XYZ4.592.680.56-
YUV38.92111.68165.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 76.47%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=76.47%
G=15.13%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91181000.800.890.645.9380.219.8
Hex5B12A050594065014
Octal13322120120131100612024
Binary10110111001010100101000010110011000000110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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