Html Css Color HEX #A61320 Carmine

📋 copy color: '#A61320'

red 166 ◦ green 19 ◦ blue 32

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

Shades of Carmine #A61320

Tints of Carmine #A61320

RGB

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

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

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

R = 76.5%
G = 8.76%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A61320 (or 0xA61320) is known color: Carmine. HEX triplet: A6, 13 and 20. RGB value is (166,19,32). Sum of RGB (Red+Green+Blue) = 166+19+32=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A61320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61320 is #59ECDF. Grayscale: #404040. Windows color (decimal): -5893344 or 2102182. OLE color: 2102182.

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

Color convert

RGB 166 19 32 -
CMYK 0 0.89 0.81 0.35
HSL 354.69º 0.79% 0.36% -
HSV(B) 354.69º 0.89% 0.65% -
XYZ 16.22 8.68 2.19 -
YUV 64.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 166 19 32 0 0.89 0.81 0.35 354.69 0.79 0.36
Hex A6 13 20 0 59 51 23 163 4F 24
Octal 246 23 40 0 131 121 43 543 117 44
Binary 10100110 10011 100000 0 1011001 1010001 100011 101100011 1001111 100100

Color Harmonies of #A61320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61320

Black with #A61320

Text Example


Text Example

White with #A61320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61320; }

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

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

background-color css

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

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

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

border-color css

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

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

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