Html Css Color HEX #AA101A Carmine

📋 copy color: '#AA101A'

red 170 ◦ green 16 ◦ blue 26

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

Shades of Carmine #AA101A

Tints of Carmine #AA101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 80.19%
G = 7.55%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA101A (or 0xAA101A) is known color: Carmine. HEX triplet: AA, 10 and 1A. RGB value is (170,16,26). Sum of RGB (Red+Green+Blue) = 170+16+26=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA101A is #55EFE5. Grayscale: #3F3F3F. Windows color (decimal): -5631974 or 1708202. OLE color: 1708202.

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

Color convert

RGB 170 16 26 -
CMYK 0 0.91 0.85 0.33
HSL 356.1º 0.83% 0.36% -
HSV(B) 356.1º 0.91% 0.67% -
XYZ 16.95 8.99 1.82 -
YUV 63.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 170 16 26 0 0.91 0.85 0.33 356.1 0.83 0.36
Hex AA 10 1A 0 5B 55 21 164 53 24
Octal 252 20 32 0 133 125 41 544 123 44
Binary 10101010 10000 11010 0 1011011 1010101 100001 101100100 1010011 100100

Color Harmonies of #AA101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA101A

Black with #AA101A

Text Example


Text Example

White with #AA101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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