#5B180B

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

Shades of Red Oxide #5B180B

Tints of Red Oxide #5B180B

Color information

#5B180B (or 0x5B180B) is unknown color: approx Red Oxide. HEX triplet: 5B, 18 and 0B. RGB value is (91,24,11). Sum of RGB (Red+Green+Blue) = 91+24+11=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B180B is #A4E7F4. Grayscale: #2A2A2A. Windows color (decimal): -10807285 or 727131. OLE color: 727131.

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

Color convert

RGB912411-
CMYK00.740.880.64
HSL9.75º78.43%20%-
HSV(B)9.75º87.91%35.69%-
XYZ4.72.90.63-
YUV42.55110.2162.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.22%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=72.22%
G=19.05%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91241100.740.880.649.7578.4320
Hex5B18B04A5840a4e14
Octal133301301121301001211624
Binary101101111000101101001010101100010000001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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