Html Css Color HEX #A71224 Carmine

📋 copy color: '#A71224'

red 167 ◦ green 18 ◦ blue 36

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

Shades of Carmine #A71224

Tints of Carmine #A71224

RGB

 RED value IS 167 (65.63% from 255) = 75.57%

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 75.57%
G = 8.14%
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

#A71224 (or 0xA71224) is known color: Carmine. HEX triplet: A7, 12 and 24. RGB value is (167,18,36). Sum of RGB (Red+Green+Blue) = 167+18+36=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A71224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71224 is #58EDDB. Grayscale: #404040. Windows color (decimal): -5828060 or 2364071. OLE color: 2364071.

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

Color convert

RGB 167 18 36 -
CMYK 0 0.89 0.78 0.35
HSL 352.75º 0.81% 0.36% -
HSV(B) 352.75º 0.89% 0.65% -
XYZ 16.47 8.78 2.49 -
YUV 64.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 167 18 36 0 0.89 0.78 0.35 352.75 0.81 0.36
Hex A7 12 24 0 59 4E 23 161 51 24
Octal 247 22 44 0 131 116 43 541 121 44
Binary 10100111 10010 100100 0 1011001 1001110 100011 101100001 1010001 100100

Color Harmonies of #A71224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71224

Black with #A71224

Text Example


Text Example

White with #A71224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71224; }

 p { color: rgb(167,18,36); }

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

background-color css

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

 a { background-color: rgb(167,18,36); }

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

border-color css

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

 span { border-color: rgb(167,18,36); }

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