Html Css Color HEX #66110B Red Oxide

📋 copy color: '#66110B'

red 102 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #66110B

Tints of Red Oxide #66110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 78.46%
G = 13.08%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66110B (or 0x66110B) is known color: Red Oxide. HEX triplet: 66, 11 and 0B. RGB value is (102,17,11). Sum of RGB (Red+Green+Blue) = 102+17+11=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66110B is #99EEF4. Grayscale: #292929. Windows color (decimal): -10088181 or 725350. OLE color: 725350.

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

Color convert

RGB 102 17 11 -
CMYK 0 0.83 0.89 0.6
HSL 3.96º 0.81% 0.22% -
HSV(B) 3.96º 0.89% 0.4% -
XYZ 5.74 3.25 0.64 -
YUV 41.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 102 17 11 0 0.83 0.89 0.6 3.96 0.81 0.22
Hex 66 11 B 0 53 59 3C 4 51 16
Octal 146 21 13 0 123 131 74 4 121 26
Binary 1100110 10001 1011 0 1010011 1011001 111100 100 1010001 10110

Color Harmonies of #66110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66110B

Black with #66110B

Text Example


Text Example

White with #66110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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