Html Css Color HEX #AA412F Medium Carmine

📋 copy color: '#AA412F'

red 170 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #AA412F

Tints of Medium Carmine #AA412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 60.28%
G = 23.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA412F (or 0xAA412F) is known color: Medium Carmine. HEX triplet: AA, 41 and 2F. RGB value is (170,65,47). Sum of RGB (Red+Green+Blue) = 170+65+47=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA412F is #55BED0. Grayscale: #5E5E5E. Windows color (decimal): -5619409 or 3097002. OLE color: 3097002.

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

Color convert

RGB 170 65 47 -
CMYK 0 0.62 0.72 0.33
HSL 8.78º 0.57% 0.43% -
HSV(B) 8.78º 0.72% 0.67% -
XYZ 18.98 12.53 4.11 -
YUV 94.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 170 65 47 0 0.62 0.72 0.33 8.78 0.57 0.43
Hex AA 41 2F 0 3E 48 21 9 39 2B
Octal 252 101 57 0 76 110 41 11 71 53
Binary 10101010 1000001 101111 0 111110 1001000 100001 1001 111001 101011

Color Harmonies of #AA412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA412F

Black with #AA412F

Text Example


Text Example

White with #AA412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA412F; }

 p { color: rgb(170,65,47); }

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

background-color css

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

 a { background-color: rgb(170,65,47); }

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

border-color css

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

 span { border-color: rgb(170,65,47); }

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