#601504

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

Shades of Red Oxide #601504

Tints of Red Oxide #601504

Color information

#601504 (or 0x601504) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 04. RGB value is (96,21,4). Sum of RGB (Red+Green+Blue) = 96+21+4=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #601504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601504 is #9FEAFB. Grayscale: #292929. Windows color (decimal): -10480380 or 267616. OLE color: 267616.

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

Color convert

RGB96214-
CMYK00.780.960.62
HSL11.09º92%19.61%-
HSV(B)11.09º95.83%37.65%-
XYZ5.113.030.43-
YUV41.49106.85166.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=79.34%
G=17.36%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621400.780.960.6211.099219.61
Hex6015404E603Eb5c14
Octal1402540116140761313424
Binary1100000101011000100111011000001111101011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601504; }

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

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

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

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

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

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

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

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