#601602

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

Shades of Red Oxide #601602

Tints of Red Oxide #601602

Color information

#601602 (or 0x601602) is unknown color: approx Red Oxide. HEX triplet: 60, 16 and 02. RGB value is (96,22,2). Sum of RGB (Red+Green+Blue) = 96+22+2=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601602 is #9FE9FD. Grayscale: #292929. Windows color (decimal): -10480126 or 136800. OLE color: 136800.

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

Color convert

RGB96222-
CMYK00.770.980.62
HSL12.77º95.92%19.22%-
HSV(B)12.77º97.92%37.65%-
XYZ5.123.060.38-
YUV41.85105.52166.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=80%
G=18.33%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622200.770.980.6212.7795.9219.22
Hex6016204D623Ed6013
Octal1402620115142761514023
Binary110000010110100100110111000101111101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601602; }

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

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

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

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

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

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

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

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