Html Css Color HEX #A61415 Carmine

📋 copy color: '#A61415'

red 166 ◦ green 20 ◦ blue 21

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

Shades of Carmine #A61415

Tints of Carmine #A61415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 80.19%
G = 9.66%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A61415 (or 0xA61415) is known color: Carmine. HEX triplet: A6, 14 and 15. RGB value is (166,20,21). Sum of RGB (Red+Green+Blue) = 166+20+21=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A61415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61415 is #59EBEA. Grayscale: #3F3F3F. Windows color (decimal): -5893099 or 1381542. OLE color: 1381542.

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

Color convert

RGB 166 20 21 -
CMYK 0 0.88 0.87 0.35
HSL 359.59º 0.78% 0.36% -
HSV(B) 359.59º 0.88% 0.65% -
XYZ 16.11 8.66 1.53 -
YUV 63.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 166 20 21 0 0.88 0.87 0.35 359.59 0.78 0.36
Hex A6 14 15 0 58 57 23 168 4E 24
Octal 246 24 25 0 130 127 43 550 116 44
Binary 10100110 10100 10101 0 1011000 1010111 100011 101101000 1001110 100100

Color Harmonies of #A61415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61415

Black with #A61415

Text Example


Text Example

White with #A61415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61415; }

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

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

background-color css

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

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

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

border-color css

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

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

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