Html Css Color HEX #66170B Red Oxide

📋 copy color: '#66170B'

red 102 ◦ green 23 ◦ blue 11

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

Shades of Red Oxide #66170B

Tints of Red Oxide #66170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 75%
G = 16.91%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66170B (or 0x66170B) is known color: Red Oxide. HEX triplet: 66, 17 and 0B. RGB value is (102,23,11). Sum of RGB (Red+Green+Blue) = 102+23+11=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170B is #99E8F4. Grayscale: #2D2D2D. Windows color (decimal): -10086645 or 726886. OLE color: 726886.

HSL color Cylindrical-coordinate representation of color #66170B: hue angle of 7.91º 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 #66170B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 11 -
CMYK 0 0.77 0.89 0.6
HSL 7.91º 0.81% 0.22% -
HSV(B) 7.91º 0.89% 0.4% -
XYZ 5.85 3.46 0.68 -
YUV 45.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 102 23 11 0 0.77 0.89 0.6 7.91 0.81 0.22
Hex 66 17 B 0 4D 59 3C 8 51 16
Octal 146 27 13 0 115 131 74 10 121 26
Binary 1100110 10111 1011 0 1001101 1011001 111100 1000 1010001 10110

Color Harmonies of #66170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66170B

Black with #66170B

Text Example


Text Example

White with #66170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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