Html Css Color HEX #AA1A1D Carmine

📋 copy color: '#AA1A1D'

red 170 ◦ green 26 ◦ blue 29

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

Shades of Carmine #AA1A1D

Tints of Carmine #AA1A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 75.56%
G = 11.56%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA1A1D (or 0xAA1A1D) is known color: Carmine. HEX triplet: AA, 1A and 1D. RGB value is (170,26,29). Sum of RGB (Red+Green+Blue) = 170+26+29=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A1D is #55E5E2. Grayscale: #454545. Windows color (decimal): -5629411 or 1907370. OLE color: 1907370.

HSL color Cylindrical-coordinate representation of color #AA1A1D: hue angle of 358.75º 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 #AA1A1D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 29 -
CMYK 0 0.85 0.83 0.33
HSL 358.75º 0.73% 0.38% -
HSV(B) 358.75º 0.85% 0.67% -
XYZ 17.17 9.37 2.07 -
YUV 69.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 170 26 29 0 0.85 0.83 0.33 358.75 0.73 0.38
Hex AA 1A 1D 0 55 53 21 167 49 26
Octal 252 32 35 0 125 123 41 547 111 46
Binary 10101010 11010 11101 0 1010101 1010011 100001 101100111 1001001 100110

Color Harmonies of #AA1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A1D

Black with #AA1A1D

Text Example


Text Example

White with #AA1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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