Html Css Color HEX #661110 Red Oxide

📋 copy color: '#661110'

red 102 ◦ green 17 ◦ blue 16

#661110
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #661110

Tints of Red Oxide #661110

RGB

 RED value IS 102 (40.23% from 255) = 75.56%

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 75.56%
G = 12.59%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661110 (or 0x661110) is known color: Red Oxide. HEX triplet: 66, 11 and 10. RGB value is (102,17,16). Sum of RGB (Red+Green+Blue) = 102+17+16=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #661110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661110 is #99EEEF. Grayscale: #2A2A2A. Windows color (decimal): -10088176 or 1053030. OLE color: 1053030.

HSL color Cylindrical-coordinate representation of color #661110: hue angle of 0.7º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661110 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 16 -
CMYK 0 0.83 0.84 0.6
HSL 0.7º 0.73% 0.23% -
HSV(B) 0.7º 0.84% 0.4% -
XYZ 5.77 3.26 0.82 -
YUV 42.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 102 17 16 0 0.83 0.84 0.6 0.7 0.73 0.23
Hex 66 11 10 0 53 54 3C 1 49 17
Octal 146 21 20 0 123 124 74 1 111 27
Binary 1100110 10001 10000 0 1010011 1010100 111100 1 1001001 10111

Color Harmonies of #661110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661110

Black with #661110

Text Example


Text Example

White with #661110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661110; }

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

 H1.HeaderClassName
 {
   color: #661110;
 }
 .AnyTagClassName
 {
   color: #661110;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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