#601002

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

Shades of Red Oxide #601002

Tints of Red Oxide #601002

Color information

#601002 (or 0x601002) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 02. RGB value is (96,16,2). Sum of RGB (Red+Green+Blue) = 96+16+2=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #601002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601002 is #9FEFFD. Grayscale: #262626. Windows color (decimal): -10481662 or 135264. OLE color: 135264.

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

Color convert

RGB96162-
CMYK00.830.980.62
HSL8.94º95.92%19.22%-
HSV(B)8.94º97.92%37.65%-
XYZ5.022.860.35-
YUV38.32107.5169.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.21%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=84.21%
G=14.04%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616200.830.980.628.9495.9219.22
Hex60102053623E96013
Octal1402020123142761114023
Binary110000010000100101001111000101111101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601002; }

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

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

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

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

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

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

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

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