Html Css Color HEX #660F0C Red Oxide

📋 copy color: '#660F0C'

red 102 ◦ green 15 ◦ blue 12

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

Shades of Red Oxide #660F0C

Tints of Red Oxide #660F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.63%

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

R = 79.07%
G = 11.63%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#660F0C (or 0x660F0C) is known color: Red Oxide. HEX triplet: 66, 0F and 0C. RGB value is (102,15,12). Sum of RGB (Red+Green+Blue) = 102+15+12=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F0C is #99F0F3. Grayscale: #282828. Windows color (decimal): -10088692 or 790374. OLE color: 790374.

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

Color convert

RGB 102 15 12 -
CMYK 0 0.85 0.88 0.6
HSL 0.79% 0.22% -
HSV(B) 0.88% 0.4% -
XYZ 5.72 3.19 0.66 -
YUV 40.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 102 15 12 0 0.85 0.88 0.6 2 0.79 0.22
Hex 66 F C 0 55 58 3C 2 4F 16
Octal 146 17 14 0 125 130 74 2 117 26
Binary 1100110 1111 1100 0 1010101 1011000 111100 10 1001111 10110

Color Harmonies of #660F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F0C

Black with #660F0C

Text Example


Text Example

White with #660F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F0C; }

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

 H1.HeaderClassName
 {
   color: #660F0C;
 }
 .AnyTagClassName
 {
   color: #660F0C;
 }
</style>

background-color css

<style>
 a { background-color: #660F0C; }

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

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

border-color css

<style>
 span { border-color: #660F0C; }

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

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