Html Css Color HEX #A80527 Carmine

📋 copy color: '#A80527'

red 168 ◦ green 5 ◦ blue 39

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

Shades of Carmine #A80527

Tints of Carmine #A80527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 79.25%
G = 2.36%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A80527 (or 0xA80527) is known color: Carmine. HEX triplet: A8, 05 and 27. RGB value is (168,5,39). Sum of RGB (Red+Green+Blue) = 168+5+39=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80527 is #57FAD8. Grayscale: #393939. Windows color (decimal): -5765849 or 2557352. OLE color: 2557352.

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

Color convert

RGB 168 5 39 -
CMYK 0 0.97 0.77 0.34
HSL 347.48º 0.94% 0.34% -
HSV(B) 347.48º 0.97% 0.66% -
XYZ 16.57 8.58 2.7 -
YUV 57.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 168 5 39 0 0.97 0.77 0.34 347.48 0.94 0.34
Hex A8 5 27 0 61 4D 22 15B 5E 22
Octal 250 5 47 0 141 115 42 533 136 42
Binary 10101000 101 100111 0 1100001 1001101 100010 101011011 1011110 100010

Color Harmonies of #A80527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80527

Black with #A80527

Text Example


Text Example

White with #A80527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80527; }

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

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

background-color css

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

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

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

border-color css

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

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

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