Html Css Color HEX #A80528 Carmine

📋 copy color: '#A80528'

red 168 ◦ green 5 ◦ blue 40

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

Shades of Carmine #A80528

Tints of Carmine #A80528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 78.87%
G = 2.35%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A80528 (or 0xA80528) is known color: Carmine. HEX triplet: A8, 05 and 28. RGB value is (168,5,40). Sum of RGB (Red+Green+Blue) = 168+5+40=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A80528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80528 is #57FAD7. Grayscale: #393939. Windows color (decimal): -5765848 or 2622888. OLE color: 2622888.

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

Color convert

RGB 168 5 40 -
CMYK 0 0.97 0.76 0.34
HSL 347.12º 0.94% 0.34% -
HSV(B) 347.12º 0.97% 0.66% -
XYZ 16.59 8.59 2.79 -
YUV 57.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 168 5 40 0 0.97 0.76 0.34 347.12 0.94 0.34
Hex A8 5 28 0 61 4C 22 15B 5E 22
Octal 250 5 50 0 141 114 42 533 136 42
Binary 10101000 101 101000 0 1100001 1001100 100010 101011011 1011110 100010

Color Harmonies of #A80528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80528

Black with #A80528

Text Example


Text Example

White with #A80528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80528; }

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

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

background-color css

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

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

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

border-color css

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

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

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