Html Css Color HEX #A71216 Carmine

📋 copy color: '#A71216'

red 167 ◦ green 18 ◦ blue 22

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

Shades of Carmine #A71216

Tints of Carmine #A71216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 80.68%
G = 8.7%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A71216 (or 0xA71216) is known color: Carmine. HEX triplet: A7, 12 and 16. RGB value is (167,18,22). Sum of RGB (Red+Green+Blue) = 167+18+22=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A71216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71216 is #58EDE9. Grayscale: #3F3F3F. Windows color (decimal): -5828074 or 1446567. OLE color: 1446567.

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

Color convert

RGB 167 18 22 -
CMYK 0 0.89 0.87 0.35
HSL 358.39º 0.81% 0.36% -
HSV(B) 358.39º 0.89% 0.65% -
XYZ 16.3 8.71 1.58 -
YUV 63.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 167 18 22 0 0.89 0.87 0.35 358.39 0.81 0.36
Hex A7 12 16 0 59 57 23 166 51 24
Octal 247 22 26 0 131 127 43 546 121 44
Binary 10100111 10010 10110 0 1011001 1010111 100011 101100110 1010001 100100

Color Harmonies of #A71216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71216

Black with #A71216

Text Example


Text Example

White with #A71216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71216; }

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

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

background-color css

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

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

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

border-color css

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

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

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