Html Css Color HEX #AA141F Carmine

📋 copy color: '#AA141F'

red 170 ◦ green 20 ◦ blue 31

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

Shades of Carmine #AA141F

Tints of Carmine #AA141F

RGB

 RED value IS 170 (66.8% from 255) = 76.92%

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 76.92%
G = 9.05%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA141F (or 0xAA141F) is known color: Carmine. HEX triplet: AA, 14 and 1F. RGB value is (170,20,31). Sum of RGB (Red+Green+Blue) = 170+20+31=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA141F is #55EBE0. Grayscale: #424242. Windows color (decimal): -5630945 or 2036906. OLE color: 2036906.

HSL color Cylindrical-coordinate representation of color #AA141F: hue angle of 355.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA141F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 31 -
CMYK 0 0.88 0.82 0.33
HSL 355.6º 0.79% 0.37% -
HSV(B) 355.6º 0.88% 0.67% -
XYZ 17.08 9.15 2.16 -
YUV 66.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 170 20 31 0 0.88 0.82 0.33 355.6 0.79 0.37
Hex AA 14 1F 0 58 52 21 164 4F 25
Octal 252 24 37 0 130 122 41 544 117 45
Binary 10101010 10100 11111 0 1011000 1010010 100001 101100100 1001111 100101

Color Harmonies of #AA141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA141F

Black with #AA141F

Text Example


Text Example

White with #AA141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA141F; }

 p { color: rgb(170,20,31); }

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

background-color css

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

 a { background-color: rgb(170,20,31); }

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

border-color css

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

 span { border-color: rgb(170,20,31); }

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