#5A180B

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

Shades of Red Oxide #5A180B

Tints of Red Oxide #5A180B

Color information

#5A180B (or 0x5A180B) is unknown color: approx Red Oxide. HEX triplet: 5A, 18 and 0B. RGB value is (90,24,11). Sum of RGB (Red+Green+Blue) = 90+24+11=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A180B is #A5E7F4. Grayscale: #2A2A2A. Windows color (decimal): -10872821 or 727130. OLE color: 727130.

HSL color Cylindrical-coordinate representation of color #5A180B: hue angle of 9.87º 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 #5A180B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB902411-
CMYK00.730.880.65
HSL9.87º78.22%19.8%-
HSV(B)9.87º87.78%35.29%-
XYZ4.62.850.62-
YUV42.25110.37162.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=72%
G=19.2%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90241100.730.880.659.8778.2219.8
Hex5A18B0495841a4e14
Octal132301301111301011211624
Binary101101011000101101001001101100010000011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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