Html Css Color HEX #A80537 Carmine

📋 copy color: '#A80537'

red 168 ◦ green 5 ◦ blue 55

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

Shades of Carmine #A80537

Tints of Carmine #A80537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.12%

R = 73.68%
G = 2.19%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A80537 (or 0xA80537) is known color: Carmine. HEX triplet: A8, 05 and 37. RGB value is (168,5,55). Sum of RGB (Red+Green+Blue) = 168+5+55=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A80537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80537 is #57FAC8. Grayscale: #3B3B3B. Windows color (decimal): -5765833 or 3605928. OLE color: 3605928.

HSL color Cylindrical-coordinate representation of color #A80537: hue angle of 341.6º 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 #A80537 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 55 -
CMYK 0 0.97 0.67 0.34
HSL 341.6º 0.94% 0.34% -
HSV(B) 341.6º 0.97% 0.66% -
XYZ 16.89 8.71 4.41 -
YUV 59.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 168 5 55 0 0.97 0.67 0.34 341.6 0.94 0.34
Hex A8 5 37 0 61 43 22 156 5E 22
Octal 250 5 67 0 141 103 42 526 136 42
Binary 10101000 101 110111 0 1100001 1000011 100010 101010110 1011110 100010

Color Harmonies of #A80537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80537

Black with #A80537

Text Example


Text Example

White with #A80537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80537; }

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

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

background-color css

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

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

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

border-color css

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

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

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