Html Css Color HEX #A81329 Carmine

📋 copy color: '#A81329'

red 168 ◦ green 19 ◦ blue 41

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

Shades of Carmine #A81329

Tints of Carmine #A81329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 73.68%
G = 8.33%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81329 (or 0xA81329) is known color: Carmine. HEX triplet: A8, 13 and 29. RGB value is (168,19,41). Sum of RGB (Red+Green+Blue) = 168+19+41=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A81329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81329 is #57ECD6. Grayscale: #424242. Windows color (decimal): -5762263 or 2692008. OLE color: 2692008.

HSL color Cylindrical-coordinate representation of color #A81329: hue angle of 351.14º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81329 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 41 -
CMYK 0 0.89 0.76 0.34
HSL 351.14º 0.8% 0.37% -
HSV(B) 351.14º 0.89% 0.66% -
XYZ 16.78 8.95 2.94 -
YUV 66.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 168 19 41 0 0.89 0.76 0.34 351.14 0.8 0.37
Hex A8 13 29 0 59 4C 22 15F 50 25
Octal 250 23 51 0 131 114 42 537 120 45
Binary 10101000 10011 101001 0 1011001 1001100 100010 101011111 1010000 100101

Color Harmonies of #A81329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81329

Black with #A81329

Text Example


Text Example

White with #A81329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81329; }

 p { color: rgb(168,19,41); }

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

background-color css

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

 a { background-color: rgb(168,19,41); }

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

border-color css

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

 span { border-color: rgb(168,19,41); }

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