#601304

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

Shades of Red Oxide #601304

Tints of Red Oxide #601304

Color information

#601304 (or 0x601304) is unknown color: approx Red Oxide. HEX triplet: 60, 13 and 04. RGB value is (96,19,4). Sum of RGB (Red+Green+Blue) = 96+19+4=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #601304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601304 is #9FECFB. Grayscale: #282828. Windows color (decimal): -10480892 or 267104. OLE color: 267104.

HSL color Cylindrical-coordinate representation of color #601304: hue angle of 9.78º 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 #601304 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96194-
CMYK00.800.960.62
HSL9.78º92%19.61%-
HSV(B)9.78º95.83%37.65%-
XYZ5.082.960.42-
YUV40.31107.51167.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80.67%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=80.67%
G=15.97%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9619400.800.960.629.789219.61
Hex60134050603Ea5c14
Octal1402340120140761213424
Binary1100000100111000101000011000001111101010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601304; }

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

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

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

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

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

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

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

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