#601103

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

Shades of Red Oxide #601103

Tints of Red Oxide #601103

Color information

#601103 (or 0x601103) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 03. RGB value is (96,17,3). Sum of RGB (Red+Green+Blue) = 96+17+3=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #601103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601103 is #9FEEFC. Grayscale: #272727. Windows color (decimal): -10481405 or 201056. OLE color: 201056.

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

Color convert

RGB96173-
CMYK00.820.970.62
HSL9.03º93.94%19.41%-
HSV(B)9.03º96.88%37.65%-
XYZ5.042.890.38-
YUV39.02107.67168.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.76%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=82.76%
G=14.66%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617300.820.970.629.0393.9419.41
Hex60113052613E95e13
Octal1402130122141761113623
Binary110000010001110101001011000011111101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601103; }

 p { color: rgb(96,17,3); }

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

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

 a { background-color: rgb(96,17,3); }

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

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

 span { border-color: rgb(96,17,3); }

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