Html Css Color HEX #A80331 Carmine

📋 copy color: '#A80331'

red 168 ◦ green 3 ◦ blue 49

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

Shades of Carmine #A80331

Tints of Carmine #A80331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 76.36%
G = 1.36%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A80331 (or 0xA80331) is known color: Carmine. HEX triplet: A8, 03 and 31. RGB value is (168,3,49). Sum of RGB (Red+Green+Blue) = 168+3+49=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A80331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80331 is #57FCCE. Grayscale: #393939. Windows color (decimal): -5766351 or 3212200. OLE color: 3212200.

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

Color convert

RGB 168 3 49 -
CMYK 0 0.98 0.71 0.34
HSL 343.27º 0.96% 0.34% -
HSV(B) 343.27º 0.98% 0.66% -
XYZ 16.74 8.61 3.69 -
YUV 57.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 168 3 49 0 0.98 0.71 0.34 343.27 0.96 0.34
Hex A8 3 31 0 62 47 22 157 60 22
Octal 250 3 61 0 142 107 42 527 140 42
Binary 10101000 11 110001 0 1100010 1000111 100010 101010111 1100000 100010

Color Harmonies of #A80331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80331

Black with #A80331

Text Example


Text Example

White with #A80331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80331; }

 p { color: rgb(168,3,49); }

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

background-color css

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

 a { background-color: rgb(168,3,49); }

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

border-color css

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

 span { border-color: rgb(168,3,49); }

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