Html Css Color HEX #AA071B Carmine

📋 copy color: '#AA071B'

red 170 ◦ green 7 ◦ blue 27

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

Shades of Carmine #AA071B

Tints of Carmine #AA071B

RGB

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

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

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

R = 83.33%
G = 3.43%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA071B (or 0xAA071B) is known color: Carmine. HEX triplet: AA, 07 and 1B. RGB value is (170,7,27). Sum of RGB (Red+Green+Blue) = 170+7+27=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA071B is #55F8E4. Grayscale: #3A3A3A. Windows color (decimal): -5634277 or 1771434. OLE color: 1771434.

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

Color convert

RGB 170 7 27 -
CMYK 0 0.96 0.84 0.33
HSL 352.64º 0.92% 0.35% -
HSV(B) 352.64º 0.96% 0.67% -
XYZ 16.85 8.78 1.84 -
YUV 58.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 170 7 27 0 0.96 0.84 0.33 352.64 0.92 0.35
Hex AA 7 1B 0 60 54 21 161 5C 23
Octal 252 7 33 0 140 124 41 541 134 43
Binary 10101010 111 11011 0 1100000 1010100 100001 101100001 1011100 100011

Color Harmonies of #AA071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA071B

Black with #AA071B

Text Example


Text Example

White with #AA071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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