Html Css Color HEX #A61114 Carmine

📋 copy color: '#A61114'

red 166 ◦ green 17 ◦ blue 20

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

Shades of Carmine #A61114

Tints of Carmine #A61114

RGB

 RED value IS 166 (65.23% from 255) = 81.77%

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 81.77%
G = 8.37%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A61114 (or 0xA61114) is known color: Carmine. HEX triplet: A6, 11 and 14. RGB value is (166,17,20). Sum of RGB (Red+Green+Blue) = 166+17+20=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A61114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61114 is #59EEEB. Grayscale: #3E3E3E. Windows color (decimal): -5893868 or 1315238. OLE color: 1315238.

HSL color Cylindrical-coordinate representation of color #A61114: hue angle of 358.79º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61114 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 20 -
CMYK 0 0.90 0.88 0.35
HSL 358.79º 0.81% 0.36% -
HSV(B) 358.79º 0.9% 0.65% -
XYZ 16.05 8.56 1.47 -
YUV 61.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 166 17 20 0 0.90 0.88 0.35 358.79 0.81 0.36
Hex A6 11 14 0 5A 58 23 167 51 24
Octal 246 21 24 0 132 130 43 547 121 44
Binary 10100110 10001 10100 0 1011010 1011000 100011 101100111 1010001 100100

Color Harmonies of #A61114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61114

Black with #A61114

Text Example


Text Example

White with #A61114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61114; }

 p { color: rgb(166,17,20); }

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

background-color css

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

 a { background-color: rgb(166,17,20); }

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

border-color css

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

 span { border-color: rgb(166,17,20); }

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