Html Css Color HEX #660C0C Red Oxide

📋 copy color: '#660C0C'

red 102 ◦ green 12 ◦ blue 12

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

Shades of Red Oxide #660C0C

Tints of Red Oxide #660C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.52%

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

R = 80.95%
G = 9.52%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#660C0C (or 0x660C0C) is known color: Red Oxide. HEX triplet: 66, 0C and 0C. RGB value is (102,12,12). Sum of RGB (Red+Green+Blue) = 102+12+12=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C0C is #99F3F3. Grayscale: #272727. Windows color (decimal): -10089460 or 789606. OLE color: 789606.

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

Color convert

RGB 102 12 12 -
CMYK 0 0.88 0.88 0.6
HSL 0.79% 0.22% -
HSV(B) 0.88% 0.4% -
XYZ 5.68 3.11 0.65 -
YUV 38.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 102 12 12 0 0.88 0.88 0.6 0 0.79 0.22
Hex 66 C C 0 58 58 3C 0 4F 16
Octal 146 14 14 0 130 130 74 0 117 26
Binary 1100110 1100 1100 0 1011000 1011000 111100 0 1001111 10110

Color Harmonies of #660C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C0C

Black with #660C0C

Text Example


Text Example

White with #660C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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