Html Css Color HEX #A71127 Carmine

📋 copy color: '#A71127'

red 167 ◦ green 17 ◦ blue 39

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

Shades of Carmine #A71127

Tints of Carmine #A71127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 74.89%
G = 7.62%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A71127 (or 0xA71127) is known color: Carmine. HEX triplet: A7, 11 and 27. RGB value is (167,17,39). Sum of RGB (Red+Green+Blue) = 167+17+39=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A71127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71127 is #58EED8. Grayscale: #404040. Windows color (decimal): -5828313 or 2560423. OLE color: 2560423.

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

Color convert

RGB 167 17 39 -
CMYK 0 0.90 0.77 0.35
HSL 351.2º 0.82% 0.36% -
HSV(B) 351.2º 0.9% 0.65% -
XYZ 16.5 8.76 2.74 -
YUV 64.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 167 17 39 0 0.90 0.77 0.35 351.2 0.82 0.36
Hex A7 11 27 0 5A 4D 23 15F 52 24
Octal 247 21 47 0 132 115 43 537 122 44
Binary 10100111 10001 100111 0 1011010 1001101 100011 101011111 1010010 100100

Color Harmonies of #A71127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71127

Black with #A71127

Text Example


Text Example

White with #A71127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71127; }

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

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

background-color css

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

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

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

border-color css

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

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

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