#601801

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

Shades of Red Oxide #601801

Tints of Red Oxide #601801

Color information

#601801 (or 0x601801) is unknown color: approx Red Oxide. HEX triplet: 60, 18 and 01. RGB value is (96,24,1). Sum of RGB (Red+Green+Blue) = 96+24+1=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #601801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601801 is #9FE7FE. Grayscale: #2B2B2B. Windows color (decimal): -10479615 or 71776. OLE color: 71776.

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

Color convert

RGB96241-
CMYK00.750.990.62
HSL14.53º97.94%19.02%-
HSV(B)14.53º98.96%37.65%-
XYZ5.163.140.36-
YUV42.91104.35165.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=79.34%
G=19.83%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9624100.750.990.6214.5397.9419.02
Hex6018104B633Ef6213
Octal1403010113143761714223
Binary11000001100010100101111000111111101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601801; }

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

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

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

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

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

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

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

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