Html Css Color HEX #A71022 Carmine

📋 copy color: '#A71022'

red 167 ◦ green 16 ◦ blue 34

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

Shades of Carmine #A71022

Tints of Carmine #A71022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 76.96%
G = 7.37%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A71022 (or 0xA71022) is known color: Carmine. HEX triplet: A7, 10 and 22. RGB value is (167,16,34). Sum of RGB (Red+Green+Blue) = 167+16+34=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A71022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71022 is #58EFDD. Grayscale: #3F3F3F. Windows color (decimal): -5828574 or 2232487. OLE color: 2232487.

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

Color convert

RGB 167 16 34 -
CMYK 0 0.90 0.80 0.35
HSL 352.85º 0.83% 0.36% -
HSV(B) 352.85º 0.9% 0.65% -
XYZ 16.41 8.7 2.33 -
YUV 63.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 167 16 34 0 0.90 0.80 0.35 352.85 0.83 0.36
Hex A7 10 22 0 5A 50 23 161 53 24
Octal 247 20 42 0 132 120 43 541 123 44
Binary 10100111 10000 100010 0 1011010 1010000 100011 101100001 1010011 100100

Color Harmonies of #A71022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71022

Black with #A71022

Text Example


Text Example

White with #A71022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71022; }

 p { color: rgb(167,16,34); }

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

background-color css

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

 a { background-color: rgb(167,16,34); }

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

border-color css

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

 span { border-color: rgb(167,16,34); }

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