Html Css Color HEX #A61314 Carmine

📋 copy color: '#A61314'

red 166 ◦ green 19 ◦ blue 20

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

Shades of Carmine #A61314

Tints of Carmine #A61314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 80.98%
G = 9.27%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A61314 (or 0xA61314) is known color: Carmine. HEX triplet: A6, 13 and 14. RGB value is (166,19,20). Sum of RGB (Red+Green+Blue) = 166+19+20=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A61314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61314 is #59ECEB. Grayscale: #3F3F3F. Windows color (decimal): -5893356 or 1315750. OLE color: 1315750.

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

Color convert

RGB 166 19 20 -
CMYK 0 0.89 0.88 0.35
HSL 359.59º 0.79% 0.36% -
HSV(B) 359.59º 0.89% 0.65% -
XYZ 16.09 8.62 1.48 -
YUV 63.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 166 19 20 0 0.89 0.88 0.35 359.59 0.79 0.36
Hex A6 13 14 0 59 58 23 168 4F 24
Octal 246 23 24 0 131 130 43 550 117 44
Binary 10100110 10011 10100 0 1011001 1011000 100011 101101000 1001111 100100

Color Harmonies of #A61314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61314

Black with #A61314

Text Example


Text Example

White with #A61314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61314; }

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

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

background-color css

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

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

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

border-color css

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

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

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