#661303

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

Shades of Red Oxide #661303

Tints of Red Oxide #661303

Color information

#661303 (or 0x661303) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 03. RGB value is (102,19,3). Sum of RGB (Red+Green+Blue) = 102+19+3=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #661303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661303 is #99ECFC. Grayscale: #2A2A2A. Windows color (decimal): -10087677 or 201574. OLE color: 201574.

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

Color convert

RGB102193-
CMYK00.810.970.6
HSL9.7º94.29%20.59%-
HSV(B)9.7º97.06%40%-
XYZ5.733.30.42-
YUV41.99106170.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=82.26%
G=15.32%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219300.810.970.69.794.2920.59
Hex66133051613Ca5e15
Octal1462330121141741213625
Binary110011010011110101000111000011111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661303; }

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

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

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

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

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

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

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

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