Html Css Color HEX #AA031C Carmine

📋 copy color: '#AA031C'

red 170 ◦ green 3 ◦ blue 28

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

Shades of Carmine #AA031C

Tints of Carmine #AA031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 84.58%
G = 1.49%
B = 13.93%

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

#AA031C (or 0xAA031C) is known color: Carmine. HEX triplet: AA, 03 and 1C. RGB value is (170,3,28). Sum of RGB (Red+Green+Blue) = 170+3+28=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031C is #55FCE3. Grayscale: #373737. Windows color (decimal): -5635300 or 1835946. OLE color: 1835946.

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

Color convert

RGB 170 3 28 -
CMYK 0 0.98 0.84 0.33
HSL 351.02º 0.97% 0.34% -
HSV(B) 351.02º 0.98% 0.67% -
XYZ 16.82 8.7 1.89 -
YUV 55.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 170 3 28 0 0.98 0.84 0.33 351.02 0.97 0.34
Hex AA 3 1C 0 62 54 21 15F 61 22
Octal 252 3 34 0 142 124 41 537 141 42
Binary 10101010 11 11100 0 1100010 1010100 100001 101011111 1100001 100010

Color Harmonies of #AA031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA031C

Black with #AA031C

Text Example


Text Example

White with #AA031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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