Html Css Color HEX #AA050F Carmine

📋 copy color: '#AA050F'

red 170 ◦ green 5 ◦ blue 15

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

Shades of Carmine #AA050F

Tints of Carmine #AA050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 89.47%
G = 2.63%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA050F (or 0xAA050F) is known color: Carmine. HEX triplet: AA, 05 and 0F. RGB value is (170,5,15). Sum of RGB (Red+Green+Blue) = 170+5+15=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA050F is #55FAF0. Grayscale: #373737. Windows color (decimal): -5634801 or 984490. OLE color: 984490.

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

Color convert

RGB 170 5 15 -
CMYK 0 0.97 0.91 0.33
HSL 356.36º 0.94% 0.34% -
HSV(B) 356.36º 0.97% 0.67% -
XYZ 16.72 8.69 1.25 -
YUV 55.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 170 5 15 0 0.97 0.91 0.33 356.36 0.94 0.34
Hex AA 5 F 0 61 5B 21 164 5E 22
Octal 252 5 17 0 141 133 41 544 136 42
Binary 10101010 101 1111 0 1100001 1011011 100001 101100100 1011110 100010

Color Harmonies of #AA050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA050F

Black with #AA050F

Text Example


Text Example

White with #AA050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA050F; }

 p { color: rgb(170,5,15); }

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

background-color css

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

 a { background-color: rgb(170,5,15); }

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

border-color css

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

 span { border-color: rgb(170,5,15); }

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