Html Css Color HEX #A80522 Carmine

📋 copy color: '#A80522'

red 168 ◦ green 5 ◦ blue 34

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

Shades of Carmine #A80522

Tints of Carmine #A80522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 81.16%
G = 2.42%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A80522 (or 0xA80522) is known color: Carmine. HEX triplet: A8, 05 and 22. RGB value is (168,5,34). Sum of RGB (Red+Green+Blue) = 168+5+34=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80522 is #57FADD. Grayscale: #393939. Windows color (decimal): -5765854 or 2229672. OLE color: 2229672.

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

Color convert

RGB 168 5 34 -
CMYK 0 0.97 0.80 0.34
HSL 349.33º 0.94% 0.34% -
HSV(B) 349.33º 0.97% 0.66% -
XYZ 16.49 8.55 2.29 -
YUV 57.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 168 5 34 0 0.97 0.80 0.34 349.33 0.94 0.34
Hex A8 5 22 0 61 50 22 15D 5E 22
Octal 250 5 42 0 141 120 42 535 136 42
Binary 10101000 101 100010 0 1100001 1010000 100010 101011101 1011110 100010

Color Harmonies of #A80522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80522

Black with #A80522

Text Example


Text Example

White with #A80522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80522; }

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

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

background-color css

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

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

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

border-color css

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

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

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