Html Css Color HEX #A80722 Carmine

📋 copy color: '#A80722'

red 168 ◦ green 7 ◦ blue 34

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

Shades of Carmine #A80722

Tints of Carmine #A80722

RGB

 RED value IS 168 (66.02% from 255) = 80.38%

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 80.38%
G = 3.35%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A80722 (or 0xA80722) is known color: Carmine. HEX triplet: A8, 07 and 22. RGB value is (168,7,34). Sum of RGB (Red+Green+Blue) = 168+7+34=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A80722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80722 is #57F8DD. Grayscale: #3A3A3A. Windows color (decimal): -5765342 or 2230184. OLE color: 2230184.

HSL color Cylindrical-coordinate representation of color #A80722: hue angle of 349.94º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80722 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 7 34 -
CMYK 0 0.96 0.80 0.34
HSL 349.94º 0.92% 0.34% -
HSV(B) 349.94º 0.96% 0.66% -
XYZ 16.51 8.59 2.3 -
YUV 58.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 168 7 34 0 0.96 0.80 0.34 349.94 0.92 0.34
Hex A8 7 22 0 60 50 22 15E 5C 22
Octal 250 7 42 0 140 120 42 536 134 42
Binary 10101000 111 100010 0 1100000 1010000 100010 101011110 1011100 100010

Color Harmonies of #A80722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80722

Black with #A80722

Text Example


Text Example

White with #A80722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80722; }

 p { color: rgb(168,7,34); }

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

background-color css

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

 a { background-color: rgb(168,7,34); }

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

border-color css

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

 span { border-color: rgb(168,7,34); }

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