Html Css Color HEX #A71124 Carmine

📋 copy color: '#A71124'

red 167 ◦ green 17 ◦ blue 36

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

Shades of Carmine #A71124

Tints of Carmine #A71124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 75.91%
G = 7.73%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A71124 (or 0xA71124) is known color: Carmine. HEX triplet: A7, 11 and 24. RGB value is (167,17,36). Sum of RGB (Red+Green+Blue) = 167+17+36=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A71124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71124 is #58EEDB. Grayscale: #404040. Windows color (decimal): -5828316 or 2363815. OLE color: 2363815.

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

Color convert

RGB 167 17 36 -
CMYK 0 0.90 0.78 0.35
HSL 352.4º 0.82% 0.36% -
HSV(B) 352.4º 0.9% 0.65% -
XYZ 16.46 8.74 2.49 -
YUV 64.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 167 17 36 0 0.90 0.78 0.35 352.4 0.82 0.36
Hex A7 11 24 0 5A 4E 23 160 52 24
Octal 247 21 44 0 132 116 43 540 122 44
Binary 10100111 10001 100100 0 1011010 1001110 100011 101100000 1010010 100100

Color Harmonies of #A71124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71124

Black with #A71124

Text Example


Text Example

White with #A71124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71124; }

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

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

background-color css

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

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

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

border-color css

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

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

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