Html Css Color HEX #A61520 Carmine

📋 copy color: '#A61520'

red 166 ◦ green 21 ◦ blue 32

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

Shades of Carmine #A61520

Tints of Carmine #A61520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 75.8%
G = 9.59%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A61520 (or 0xA61520) is known color: Carmine. HEX triplet: A6, 15 and 20. RGB value is (166,21,32). Sum of RGB (Red+Green+Blue) = 166+21+32=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A61520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61520 is #59EADF. Grayscale: #414141. Windows color (decimal): -5892832 or 2102694. OLE color: 2102694.

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

Color convert

RGB 166 21 32 -
CMYK 0 0.87 0.81 0.35
HSL 355.45º 0.78% 0.37% -
HSV(B) 355.45º 0.87% 0.65% -
XYZ 16.25 8.75 2.2 -
YUV 65.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 166 21 32 0 0.87 0.81 0.35 355.45 0.78 0.37
Hex A6 15 20 0 57 51 23 163 4E 25
Octal 246 25 40 0 127 121 43 543 116 45
Binary 10100110 10101 100000 0 1010111 1010001 100011 101100011 1001110 100101

Color Harmonies of #A61520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61520

Black with #A61520

Text Example


Text Example

White with #A61520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61520; }

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

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

background-color css

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

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

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

border-color css

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

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

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