Html Css Color HEX #A61324 Carmine

📋 copy color: '#A61324'

red 166 ◦ green 19 ◦ blue 36

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

Shades of Carmine #A61324

Tints of Carmine #A61324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 75.11%
G = 8.6%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A61324 (or 0xA61324) is known color: Carmine. HEX triplet: A6, 13 and 24. RGB value is (166,19,36). Sum of RGB (Red+Green+Blue) = 166+19+36=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61324 is #59ECDB. Grayscale: #404040. Windows color (decimal): -5893340 or 2364326. OLE color: 2364326.

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

Color convert

RGB 166 19 36 -
CMYK 0 0.89 0.78 0.35
HSL 353.06º 0.79% 0.36% -
HSV(B) 353.06º 0.89% 0.65% -
XYZ 16.28 8.7 2.49 -
YUV 64.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 166 19 36 0 0.89 0.78 0.35 353.06 0.79 0.36
Hex A6 13 24 0 59 4E 23 161 4F 24
Octal 246 23 44 0 131 116 43 541 117 44
Binary 10100110 10011 100100 0 1011001 1001110 100011 101100001 1001111 100100

Color Harmonies of #A61324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61324

Black with #A61324

Text Example


Text Example

White with #A61324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61324; }

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

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

background-color css

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

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

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

border-color css

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

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

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