Html Css Color HEX #66170C Red Oxide

📋 copy color: '#66170C'

red 102 ◦ green 23 ◦ blue 12

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

Shades of Red Oxide #66170C

Tints of Red Oxide #66170C

RGB

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

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

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

R = 74.45%
G = 16.79%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66170C (or 0x66170C) is known color: Red Oxide. HEX triplet: 66, 17 and 0C. RGB value is (102,23,12). Sum of RGB (Red+Green+Blue) = 102+23+12=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170C is #99E8F3. Grayscale: #2D2D2D. Windows color (decimal): -10086644 or 792422. OLE color: 792422.

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

Color convert

RGB 102 23 12 -
CMYK 0 0.77 0.88 0.6
HSL 7.33º 0.79% 0.22% -
HSV(B) 7.33º 0.88% 0.4% -
XYZ 5.85 3.46 0.71 -
YUV 45.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 102 23 12 0 0.77 0.88 0.6 7.33 0.79 0.22
Hex 66 17 C 0 4D 58 3C 7 4F 16
Octal 146 27 14 0 115 130 74 7 117 26
Binary 1100110 10111 1100 0 1001101 1011000 111100 111 1001111 10110

Color Harmonies of #66170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66170C

Black with #66170C

Text Example


Text Example

White with #66170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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