#601501

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

Shades of Red Oxide #601501

Tints of Red Oxide #601501

Color information

#601501 (or 0x601501) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 01. RGB value is (96,21,1). Sum of RGB (Red+Green+Blue) = 96+21+1=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #601501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601501 is #9FEAFE. Grayscale: #292929. Windows color (decimal): -10480383 or 71008. OLE color: 71008.

HSL color Cylindrical-coordinate representation of color #601501: hue angle of 12.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #601501 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96211-
CMYK00.780.990.62
HSL12.63º97.94%19.02%-
HSV(B)12.63º98.96%37.65%-
XYZ5.13.030.34-
YUV41.14105.35167.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=81.36%
G=17.80%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621100.780.990.6212.6397.9419.02
Hex6015104E633Ed6213
Octal1402510116143761514223
Binary11000001010110100111011000111111101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601501; }

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

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

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

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

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

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

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

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