Html Css Color HEX #AA0F2B Carmine

📋 copy color: '#AA0F2B'

red 170 ◦ green 15 ◦ blue 43

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

Shades of Carmine #AA0F2B

Tints of Carmine #AA0F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 43 (17.19% from 255) = 18.86%

R = 74.56%
G = 6.58%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA0F2B (or 0xAA0F2B) is known color: Carmine. HEX triplet: AA, 0F and 2B. RGB value is (170,15,43). Sum of RGB (Red+Green+Blue) = 170+15+43=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F2B is #55F0D4. Grayscale: #404040. Windows color (decimal): -5632213 or 2822058. OLE color: 2822058.

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

Color convert

RGB 170 15 43 -
CMYK 0 0.91 0.75 0.33
HSL 349.16º 0.84% 0.36% -
HSV(B) 349.16º 0.91% 0.67% -
XYZ 17.18 9.06 3.13 -
YUV 64.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 170 15 43 0 0.91 0.75 0.33 349.16 0.84 0.36
Hex AA F 2B 0 5B 4B 21 15D 54 24
Octal 252 17 53 0 133 113 41 535 124 44
Binary 10101010 1111 101011 0 1011011 1001011 100001 101011101 1010100 100100

Color Harmonies of #AA0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F2B

Black with #AA0F2B

Text Example


Text Example

White with #AA0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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