Html Css Color HEX #A80132 Carmine

📋 copy color: '#A80132'

red 168 ◦ green 1 ◦ blue 50

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

Shades of Carmine #A80132

Tints of Carmine #A80132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 76.71%
G = 0.46%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A80132 (or 0xA80132) is known color: Carmine. HEX triplet: A8, 01 and 32. RGB value is (168,1,50). Sum of RGB (Red+Green+Blue) = 168+1+50=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A80132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80132 is #57FECD. Grayscale: #383838. Windows color (decimal): -5766862 or 3277224. OLE color: 3277224.

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

Color convert

RGB 168 1 50 -
CMYK 0 0.99 0.70 0.34
HSL 342.4º 0.99% 0.33% -
HSV(B) 342.4º 0.99% 0.66% -
XYZ 16.74 8.58 3.79 -
YUV 56.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 168 1 50 0 0.99 0.70 0.34 342.4 0.99 0.33
Hex A8 1 32 0 63 46 22 156 63 21
Octal 250 1 62 0 143 106 42 526 143 41
Binary 10101000 1 110010 0 1100011 1000110 100010 101010110 1100011 100001

Color Harmonies of #A80132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80132

Black with #A80132

Text Example


Text Example

White with #A80132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80132; }

 p { color: rgb(168,1,50); }

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

background-color css

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

 a { background-color: rgb(168,1,50); }

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

border-color css

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

 span { border-color: rgb(168,1,50); }

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