#5B120D

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

Shades of Red Oxide #5B120D

Tints of Red Oxide #5B120D

Color information

#5B120D (or 0x5B120D) is unknown color: approx Red Oxide. HEX triplet: 5B, 12 and 0D. RGB value is (91,18,13). Sum of RGB (Red+Green+Blue) = 91+18+13=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B120D is #A4EDF2. Grayscale: #272727. Windows color (decimal): -10808819 or 856667. OLE color: 856667.

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

Color convert

RGB911813-
CMYK00.800.860.64
HSL3.85º75%20.39%-
HSV(B)3.85º85.71%35.69%-
XYZ4.62.690.66-
YUV39.26113.18164.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 74.59%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=74.59%
G=14.75%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91181300.800.860.643.857520.39
Hex5B12D050564044b14
Octal13322150120126100411324
Binary10110111001011010101000010101101000000100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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