Html Css Color HEX #A81129 Carmine

📋 copy color: '#A81129'

red 168 ◦ green 17 ◦ blue 41

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

Shades of Carmine #A81129

Tints of Carmine #A81129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 74.34%
G = 7.52%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81129 (or 0xA81129) is known color: Carmine. HEX triplet: A8, 11 and 29. RGB value is (168,17,41). Sum of RGB (Red+Green+Blue) = 168+17+41=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A81129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81129 is #57EED6. Grayscale: #404040. Windows color (decimal): -5762775 or 2691496. OLE color: 2691496.

HSL color Cylindrical-coordinate representation of color #A81129: hue angle of 350.46º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81129 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 41 -
CMYK 0 0.90 0.76 0.34
HSL 350.46º 0.82% 0.36% -
HSV(B) 350.46º 0.9% 0.66% -
XYZ 16.75 8.89 2.93 -
YUV 64.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 168 17 41 0 0.90 0.76 0.34 350.46 0.82 0.36
Hex A8 11 29 0 5A 4C 22 15E 52 24
Octal 250 21 51 0 132 114 42 536 122 44
Binary 10101000 10001 101001 0 1011010 1001100 100010 101011110 1010010 100100

Color Harmonies of #A81129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81129

Black with #A81129

Text Example


Text Example

White with #A81129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81129; }

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

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

background-color css

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

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

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

border-color css

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

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

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