#661301

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

Shades of Red Oxide #661301

Tints of Red Oxide #661301

Color information

#661301 (or 0x661301) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 01. RGB value is (102,19,1). Sum of RGB (Red+Green+Blue) = 102+19+1=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #661301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661301 is #99ECFE. Grayscale: #292929. Windows color (decimal): -10087679 or 70502. OLE color: 70502.

HSL color Cylindrical-coordinate representation of color #661301: hue angle of 10.69º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #661301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102191-
CMYK00.810.990.6
HSL10.69º98.06%20.2%-
HSV(B)10.69º99.02%40%-
XYZ5.723.290.36-
YUV41.76105170.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=83.61%
G=15.57%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219100.810.990.610.6998.0620.2
Hex66131051633Cb6214
Octal1462310121143741314224
Binary11001101001110101000111000111111001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661301; }

 p { color: rgb(102,19,1); }

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

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

 a { background-color: rgb(102,19,1); }

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

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

 span { border-color: rgb(102,19,1); }

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