#601A04

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

Shades of Red Oxide #601A04

Tints of Red Oxide #601A04

Color information

#601A04 (or 0x601A04) is unknown color: approx Red Oxide. HEX triplet: 60, 1A and 04. RGB value is (96,26,4). Sum of RGB (Red+Green+Blue) = 96+26+4=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A04 is #9FE5FB. Grayscale: #2C2C2C. Windows color (decimal): -10479100 or 268896. OLE color: 268896.

HSL color Cylindrical-coordinate representation of color #601A04: hue angle of 14.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601A04 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96264-
CMYK00.730.960.62
HSL14.35º92%19.61%-
HSV(B)14.35º95.83%37.65%-
XYZ5.223.230.46-
YUV44.42105.19164.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.19%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=76.19%
G=20.63%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9626400.730.960.6214.359219.61
Hex601A4049603Ee5c14
Octal1403240111140761613424
Binary1100000110101000100100111000001111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A04; }

 p { color: rgb(96,26,4); }

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

<style>
 a { background-color: #601A04; }

 a { background-color: rgb(96,26,4); }

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

<style>
 span { border-color: #601A04; }

 span { border-color: rgb(96,26,4); }

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