#601110

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

Shades of Red Oxide #601110

Tints of Red Oxide #601110

Color information

#601110 (or 0x601110) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 10. RGB value is (96,17,16). Sum of RGB (Red+Green+Blue) = 96+17+16=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #601110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601110 is #9FEEEF. Grayscale: #282828. Windows color (decimal): -10481392 or 1053024. OLE color: 1053024.

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

Color convert

RGB961716-
CMYK00.820.830.62
HSL0.75º71.43%21.96%-
HSV(B)0.75º83.33%37.65%-
XYZ5.122.930.79-
YUV40.51114.17167.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=74.42%
G=13.18%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171600.820.830.620.7571.4321.96
Hex601110052533E14716
Octal1402120012212376110726
Binary110000010001100000101001010100111111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601110; }

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

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

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

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

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

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

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

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