Html Css Color HEX #AA031F Carmine

📋 copy color: '#AA031F'

red 170 ◦ green 3 ◦ blue 31

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

Shades of Carmine #AA031F

Tints of Carmine #AA031F

RGB

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

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

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

R = 83.33%
G = 1.47%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA031F (or 0xAA031F) is known color: Carmine. HEX triplet: AA, 03 and 1F. RGB value is (170,3,31). Sum of RGB (Red+Green+Blue) = 170+3+31=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031F is #55FCE0. Grayscale: #383838. Windows color (decimal): -5635297 or 2032554. OLE color: 2032554.

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

Color convert

RGB 170 3 31 -
CMYK 0 0.98 0.82 0.33
HSL 349.94º 0.97% 0.34% -
HSV(B) 349.94º 0.98% 0.67% -
XYZ 16.86 8.71 2.09 -
YUV 56.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 170 3 31 0 0.98 0.82 0.33 349.94 0.97 0.34
Hex AA 3 1F 0 62 52 21 15E 61 22
Octal 252 3 37 0 142 122 41 536 141 42
Binary 10101010 11 11111 0 1100010 1010010 100001 101011110 1100001 100010

Color Harmonies of #AA031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA031F

Black with #AA031F

Text Example


Text Example

White with #AA031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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