Html Css Color HEX #AA001F Carmine

📋 copy color: '#AA001F'

red 170 ◦ green 0 ◦ blue 31

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

Shades of Carmine #AA001F

Tints of Carmine #AA001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.58%
G = 0%
B = 15.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA001F (or 0xAA001F) is known color: Carmine. HEX triplet: AA, 00 and 1F. RGB value is (170,0,31). Sum of RGB (Red+Green+Blue) = 170+0+31=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA001F is #55FFE0. Grayscale: #363636. Windows color (decimal): -5636065 or 2031786. OLE color: 2031786.

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

Color convert

RGB 170 0 31 -
CMYK 0 1 0.82 0.33
HSL 349.06º 1% 0.33% -
HSV(B) 349.06º 1% 0.67% -
XYZ 16.82 8.64 2.08 -
YUV 54.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 170 0 31 0 1 0.82 0.33 349.06 1 0.33
Hex AA 0 1F 0 64 52 21 15D 64 21
Octal 252 0 37 0 144 122 41 535 144 41
Binary 10101010 0 11111 0 1100100 1010010 100001 101011101 1100100 100001

Color Harmonies of #AA001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA001F

Black with #AA001F

Text Example


Text Example

White with #AA001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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