Html Css Color HEX #AA071A Carmine

📋 copy color: '#AA071A'

red 170 ◦ green 7 ◦ blue 26

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

Shades of Carmine #AA071A

Tints of Carmine #AA071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 83.74%
G = 3.45%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA071A (or 0xAA071A) is known color: Carmine. HEX triplet: AA, 07 and 1A. RGB value is (170,7,26). Sum of RGB (Red+Green+Blue) = 170+7+26=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA071A is #55F8E5. Grayscale: #393939. Windows color (decimal): -5634278 or 1705898. OLE color: 1705898.

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

Color convert

RGB 170 7 26 -
CMYK 0 0.96 0.85 0.33
HSL 353.01º 0.92% 0.35% -
HSV(B) 353.01º 0.96% 0.67% -
XYZ 16.84 8.77 1.78 -
YUV 57.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 170 7 26 0 0.96 0.85 0.33 353.01 0.92 0.35
Hex AA 7 1A 0 60 55 21 161 5C 23
Octal 252 7 32 0 140 125 41 541 134 43
Binary 10101010 111 11010 0 1100000 1010101 100001 101100001 1011100 100011

Color Harmonies of #AA071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA071A

Black with #AA071A

Text Example


Text Example

White with #AA071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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