#5A130F

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

Shades of Red Oxide #5A130F

Tints of Red Oxide #5A130F

Color information

#5A130F (or 0x5A130F) is unknown color: approx Red Oxide. HEX triplet: 5A, 13 and 0F. RGB value is (90,19,15). Sum of RGB (Red+Green+Blue) = 90+19+15=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A130F is #A5ECF0. Grayscale: #272727. Windows color (decimal): -10874097 or 987994. OLE color: 987994.

HSL color Cylindrical-coordinate representation of color #5A130F: hue angle of 3.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A130F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB901915-
CMYK00.790.830.65
HSL3.2º71.43%20.59%-
HSV(B)3.2º83.33%35.29%-
XYZ4.542.670.73-
YUV39.77114.02163.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72.58%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=72.58%
G=15.32%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90191500.790.830.653.271.4320.59
Hex5A13F04F534134715
Octal13223170117123101310725
Binary1011010100111111010011111010011100000111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,19,15); }

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

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

 a { background-color: rgb(90,19,15); }

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

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

 span { border-color: rgb(90,19,15); }

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