Html Css Color HEX #AA031B Carmine

📋 copy color: '#AA031B'

red 170 ◦ green 3 ◦ blue 27

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

Shades of Carmine #AA031B

Tints of Carmine #AA031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 85%
G = 1.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA031B (or 0xAA031B) is known color: Carmine. HEX triplet: AA, 03 and 1B. RGB value is (170,3,27). Sum of RGB (Red+Green+Blue) = 170+3+27=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031B is #55FCE4. Grayscale: #373737. Windows color (decimal): -5635301 or 1770410. OLE color: 1770410.

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

Color convert

RGB 170 3 27 -
CMYK 0 0.98 0.84 0.33
HSL 351.38º 0.97% 0.34% -
HSV(B) 351.38º 0.98% 0.67% -
XYZ 16.81 8.69 1.83 -
YUV 55.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 170 3 27 0 0.98 0.84 0.33 351.38 0.97 0.34
Hex AA 3 1B 0 62 54 21 15F 61 22
Octal 252 3 33 0 142 124 41 537 141 42
Binary 10101010 11 11011 0 1100010 1010100 100001 101011111 1100001 100010

Color Harmonies of #AA031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA031B

Black with #AA031B

Text Example


Text Example

White with #AA031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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