#5A0F04

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

Shades of Red Oxide #5A0F04

Tints of Red Oxide #5A0F04

Color information

#5A0F04 (or 0x5A0F04) is unknown color: approx Red Oxide. HEX triplet: 5A, 0F and 04. RGB value is (90,15,4). Sum of RGB (Red+Green+Blue) = 90+15+4=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0F04 is #A5F0FB. Grayscale: #242424. Windows color (decimal): -10875132 or 266074. OLE color: 266074.

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

Color convert

RGB90154-
CMYK00.830.960.65
HSL7.67º91.49%18.43%-
HSV(B)7.67º95.56%35.29%-
XYZ4.412.520.37-
YUV36.17109.85166.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 82.57%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=82.57%
G=13.76%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9015400.830.960.657.6791.4918.43
Hex5AF4053604185b12
Octal13217401231401011013322
Binary1011010111110001010011110000010000011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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