Html Css Color HEX #AA462F Medium Carmine

📋 copy color: '#AA462F'

red 170 ◦ green 70 ◦ blue 47

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

Shades of Medium Carmine #AA462F

Tints of Medium Carmine #AA462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 59.23%
G = 24.39%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA462F (or 0xAA462F) is known color: Medium Carmine. HEX triplet: AA, 46 and 2F. RGB value is (170,70,47). Sum of RGB (Red+Green+Blue) = 170+70+47=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA462F is #55B9D0. Grayscale: #616161. Windows color (decimal): -5618129 or 3098282. OLE color: 3098282.

HSL color Cylindrical-coordinate representation of color #AA462F: hue angle of 11.22º 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 #AA462F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 47 -
CMYK 0 0.59 0.72 0.33
HSL 11.22º 0.57% 0.43% -
HSV(B) 11.22º 0.72% 0.67% -
XYZ 19.28 13.13 4.21 -
YUV 97.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 170 70 47 0 0.59 0.72 0.33 11.22 0.57 0.43
Hex AA 46 2F 0 3B 48 21 B 39 2B
Octal 252 106 57 0 73 110 41 13 71 53
Binary 10101010 1000110 101111 0 111011 1001000 100001 1011 111001 101011

Color Harmonies of #AA462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA462F

Black with #AA462F

Text Example


Text Example

White with #AA462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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