Html Css Color HEX #66110C Red Oxide

📋 copy color: '#66110C'

red 102 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #66110C

Tints of Red Oxide #66110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 77.86%
G = 12.98%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66110C (or 0x66110C) is known color: Red Oxide. HEX triplet: 66, 11 and 0C. RGB value is (102,17,12). Sum of RGB (Red+Green+Blue) = 102+17+12=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66110C is #99EEF3. Grayscale: #292929. Windows color (decimal): -10088180 or 790886. OLE color: 790886.

HSL color Cylindrical-coordinate representation of color #66110C: hue angle of 3.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 12 -
CMYK 0 0.83 0.88 0.6
HSL 3.33º 0.79% 0.22% -
HSV(B) 3.33º 0.88% 0.4% -
XYZ 5.75 3.25 0.67 -
YUV 41.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 102 17 12 0 0.83 0.88 0.6 3.33 0.79 0.22
Hex 66 11 C 0 53 58 3C 3 4F 16
Octal 146 21 14 0 123 130 74 3 117 26
Binary 1100110 10001 1100 0 1010011 1011000 111100 11 1001111 10110

Color Harmonies of #66110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66110C

Black with #66110C

Text Example


Text Example

White with #66110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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