#601000

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

Shades of Red Oxide #601000

Tints of Red Oxide #601000

Color information

#601000 (or 0x601000) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 00. RGB value is (96,16,0). Sum of RGB (Red+Green+Blue) = 96+16+0=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #601000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601000 is #9FEFFF. Grayscale: #262626. Windows color (decimal): -10481664 or 4192. OLE color: 4192.

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

Color convert

RGB96160-
CMYK00.8310.62
HSL10º100%18.82%-
HSV(B)10º100%37.65%-
XYZ5.012.860.29-
YUV38.1106.5169.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 85.71%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616000.8310.621010018.82
Hex60100053643Ea6413
Octal1402000123144761214423
Binary11000001000000101001111001001111101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601000; }

 p { color: rgb(96,16,0); }

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

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

 a { background-color: rgb(96,16,0); }

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

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

 span { border-color: rgb(96,16,0); }

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