Html Css Color HEX #AA1A1B Carmine

📋 copy color: '#AA1A1B'

red 170 ◦ green 26 ◦ blue 27

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

Shades of Carmine #AA1A1B

Tints of Carmine #AA1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 76.23%
G = 11.66%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA1A1B (or 0xAA1A1B) is known color: Carmine. HEX triplet: AA, 1A and 1B. RGB value is (170,26,27). Sum of RGB (Red+Green+Blue) = 170+26+27=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A1B is #55E5E4. Grayscale: #454545. Windows color (decimal): -5629413 or 1776298. OLE color: 1776298.

HSL color Cylindrical-coordinate representation of color #AA1A1B: hue angle of 359.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A1B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 27 -
CMYK 0 0.85 0.84 0.33
HSL 359.58º 0.73% 0.38% -
HSV(B) 359.58º 0.85% 0.67% -
XYZ 17.14 9.36 1.94 -
YUV 69.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 170 26 27 0 0.85 0.84 0.33 359.58 0.73 0.38
Hex AA 1A 1B 0 55 54 21 168 49 26
Octal 252 32 33 0 125 124 41 550 111 46
Binary 10101010 11010 11011 0 1010101 1010100 100001 101101000 1001001 100110

Color Harmonies of #AA1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A1B

Black with #AA1A1B

Text Example


Text Example

White with #AA1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A1B; }

 p { color: rgb(170,26,27); }

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

background-color css

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

 a { background-color: rgb(170,26,27); }

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

border-color css

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

 span { border-color: rgb(170,26,27); }

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