Html Css Color HEX #66100F Red Oxide

📋 copy color: '#66100F'

red 102 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #66100F

Tints of Red Oxide #66100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 76.69%
G = 12.03%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66100F (or 0x66100F) is known color: Red Oxide. HEX triplet: 66, 10 and 0F. RGB value is (102,16,15). Sum of RGB (Red+Green+Blue) = 102+16+15=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66100F is #99EFF0. Grayscale: #292929. Windows color (decimal): -10088433 or 987238. OLE color: 987238.

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

Color convert

RGB 102 16 15 -
CMYK 0 0.84 0.85 0.6
HSL 0.69º 0.74% 0.23% -
HSV(B) 0.69º 0.85% 0.4% -
XYZ 5.75 3.23 0.77 -
YUV 41.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 102 16 15 0 0.84 0.85 0.6 0.69 0.74 0.23
Hex 66 10 F 0 54 55 3C 1 4A 17
Octal 146 20 17 0 124 125 74 1 112 27
Binary 1100110 10000 1111 0 1010100 1010101 111100 1 1001010 10111

Color Harmonies of #66100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66100F

Black with #66100F

Text Example


Text Example

White with #66100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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