Html Css Color HEX #AA071D Carmine

📋 copy color: '#AA071D'

red 170 ◦ green 7 ◦ blue 29

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

Shades of Carmine #AA071D

Tints of Carmine #AA071D

RGB

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

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

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

R = 82.52%
G = 3.4%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA071D (or 0xAA071D) is known color: Carmine. HEX triplet: AA, 07 and 1D. RGB value is (170,7,29). Sum of RGB (Red+Green+Blue) = 170+7+29=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA071D is #55F8E2. Grayscale: #3A3A3A. Windows color (decimal): -5634275 or 1902506. OLE color: 1902506.

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

Color convert

RGB 170 7 29 -
CMYK 0 0.96 0.83 0.33
HSL 351.9º 0.92% 0.35% -
HSV(B) 351.9º 0.96% 0.67% -
XYZ 16.88 8.79 1.97 -
YUV 58.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 170 7 29 0 0.96 0.83 0.33 351.9 0.92 0.35
Hex AA 7 1D 0 60 53 21 160 5C 23
Octal 252 7 35 0 140 123 41 540 134 43
Binary 10101010 111 11101 0 1100000 1010011 100001 101100000 1011100 100011

Color Harmonies of #AA071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA071D

Black with #AA071D

Text Example


Text Example

White with #AA071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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