Html Css Color HEX #AA081F Carmine

📋 copy color: '#AA081F'

red 170 ◦ green 8 ◦ blue 31

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

Shades of Carmine #AA081F

Tints of Carmine #AA081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 81.34%
G = 3.83%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA081F (or 0xAA081F) is known color: Carmine. HEX triplet: AA, 08 and 1F. RGB value is (170,8,31). Sum of RGB (Red+Green+Blue) = 170+8+31=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA081F is #55F7E0. Grayscale: #3B3B3B. Windows color (decimal): -5634017 or 2033834. OLE color: 2033834.

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

Color convert

RGB 170 8 31 -
CMYK 0 0.95 0.82 0.33
HSL 351.48º 0.91% 0.35% -
HSV(B) 351.48º 0.95% 0.67% -
XYZ 16.91 8.82 2.11 -
YUV 59.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 170 8 31 0 0.95 0.82 0.33 351.48 0.91 0.35
Hex AA 8 1F 0 5F 52 21 15F 5B 23
Octal 252 10 37 0 137 122 41 537 133 43
Binary 10101010 1000 11111 0 1011111 1010010 100001 101011111 1011011 100011

Color Harmonies of #AA081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA081F

Black with #AA081F

Text Example


Text Example

White with #AA081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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