Html Css Color HEX #AA090F Carmine

📋 copy color: '#AA090F'

red 170 ◦ green 9 ◦ blue 15

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

Shades of Carmine #AA090F

Tints of Carmine #AA090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 87.63%
G = 4.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA090F (or 0xAA090F) is known color: Carmine. HEX triplet: AA, 09 and 0F. RGB value is (170,9,15). Sum of RGB (Red+Green+Blue) = 170+9+15=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA090F is #55F6F0. Grayscale: #393939. Windows color (decimal): -5633777 or 985514. OLE color: 985514.

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

Color convert

RGB 170 9 15 -
CMYK 0 0.95 0.91 0.33
HSL 357.76º 0.9% 0.35% -
HSV(B) 357.76º 0.95% 0.67% -
XYZ 16.76 8.78 1.26 -
YUV 57.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 170 9 15 0 0.95 0.91 0.33 357.76 0.9 0.35
Hex AA 9 F 0 5F 5B 21 166 5A 23
Octal 252 11 17 0 137 133 41 546 132 43
Binary 10101010 1001 1111 0 1011111 1011011 100001 101100110 1011010 100011

Color Harmonies of #AA090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA090F

Black with #AA090F

Text Example


Text Example

White with #AA090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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