Html Css Color HEX #AA081B Carmine

📋 copy color: '#AA081B'

red 170 ◦ green 8 ◦ blue 27

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

Shades of Carmine #AA081B

Tints of Carmine #AA081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 82.93%
G = 3.9%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA081B (or 0xAA081B) is known color: Carmine. HEX triplet: AA, 08 and 1B. RGB value is (170,8,27). Sum of RGB (Red+Green+Blue) = 170+8+27=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA081B is #55F7E4. Grayscale: #3A3A3A. Windows color (decimal): -5634021 or 1771690. OLE color: 1771690.

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

Color convert

RGB 170 8 27 -
CMYK 0 0.95 0.84 0.33
HSL 352.96º 0.91% 0.35% -
HSV(B) 352.96º 0.95% 0.67% -
XYZ 16.86 8.8 1.85 -
YUV 58.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 170 8 27 0 0.95 0.84 0.33 352.96 0.91 0.35
Hex AA 8 1B 0 5F 54 21 161 5B 23
Octal 252 10 33 0 137 124 41 541 133 43
Binary 10101010 1000 11011 0 1011111 1010100 100001 101100001 1011011 100011

Color Harmonies of #AA081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA081B

Black with #AA081B

Text Example


Text Example

White with #AA081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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