#5A1A0B

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

Shades of Red Oxide #5A1A0B

Tints of Red Oxide #5A1A0B

Color information

#5A1A0B (or 0x5A1A0B) is unknown color: approx Red Oxide. HEX triplet: 5A, 1A and 0B. RGB value is (90,26,11). Sum of RGB (Red+Green+Blue) = 90+26+11=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1A0B is #A5E5F4. Grayscale: #2B2B2B. Windows color (decimal): -10872309 or 727642. OLE color: 727642.

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

Color convert

RGB902611-
CMYK00.710.880.65
HSL11.39º78.22%19.8%-
HSV(B)11.39º87.78%35.29%-
XYZ4.652.940.64-
YUV43.43109.7161.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 70.87%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=70.87%
G=20.47%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90261100.710.880.6511.3978.2219.8
Hex5A1AB0475841b4e14
Octal132321301071301011311624
Binary101101011010101101000111101100010000011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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