Html Css Color HEX #A61115 Carmine

📋 copy color: '#A61115'

red 166 ◦ green 17 ◦ blue 21

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

Shades of Carmine #A61115

Tints of Carmine #A61115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 81.37%
G = 8.33%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A61115 (or 0xA61115) is known color: Carmine. HEX triplet: A6, 11 and 15. RGB value is (166,17,21). Sum of RGB (Red+Green+Blue) = 166+17+21=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A61115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61115 is #59EEEA. Grayscale: #3E3E3E. Windows color (decimal): -5893867 or 1380774. OLE color: 1380774.

HSL color Cylindrical-coordinate representation of color #A61115: hue angle of 358.39º 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 #A61115 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 21 -
CMYK 0 0.90 0.87 0.35
HSL 358.39º 0.81% 0.36% -
HSV(B) 358.39º 0.9% 0.65% -
XYZ 16.06 8.56 1.52 -
YUV 62.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 166 17 21 0 0.90 0.87 0.35 358.39 0.81 0.36
Hex A6 11 15 0 5A 57 23 166 51 24
Octal 246 21 25 0 132 127 43 546 121 44
Binary 10100110 10001 10101 0 1011010 1010111 100011 101100110 1010001 100100

Color Harmonies of #A61115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61115

Black with #A61115

Text Example


Text Example

White with #A61115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61115; }

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

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

background-color css

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

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

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

border-color css

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

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

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