Html Css Color HEX #AA082A Carmine

📋 copy color: '#AA082A'

red 170 ◦ green 8 ◦ blue 42

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

Shades of Carmine #AA082A

Tints of Carmine #AA082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 77.27%
G = 3.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA082A (or 0xAA082A) is known color: Carmine. HEX triplet: AA, 08 and 2A. RGB value is (170,8,42). Sum of RGB (Red+Green+Blue) = 170+8+42=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA082A is #55F7D5. Grayscale: #3C3C3C. Windows color (decimal): -5634006 or 2754730. OLE color: 2754730.

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

Color convert

RGB 170 8 42 -
CMYK 0 0.95 0.75 0.33
HSL 347.41º 0.91% 0.35% -
HSV(B) 347.41º 0.95% 0.67% -
XYZ 17.08 8.89 3.01 -
YUV 60.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 170 8 42 0 0.95 0.75 0.33 347.41 0.91 0.35
Hex AA 8 2A 0 5F 4B 21 15B 5B 23
Octal 252 10 52 0 137 113 41 533 133 43
Binary 10101010 1000 101010 0 1011111 1001011 100001 101011011 1011011 100011

Color Harmonies of #AA082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA082A

Black with #AA082A

Text Example


Text Example

White with #AA082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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