Html Css Color HEX #AA422F Medium Carmine

📋 copy color: '#AA422F'

red 170 ◦ green 66 ◦ blue 47

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

Shades of Medium Carmine #AA422F

Tints of Medium Carmine #AA422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 60.07%
G = 23.32%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA422F (or 0xAA422F) is known color: Medium Carmine. HEX triplet: AA, 42 and 2F. RGB value is (170,66,47). Sum of RGB (Red+Green+Blue) = 170+66+47=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422F is #55BDD0. Grayscale: #5F5F5F. Windows color (decimal): -5619153 or 3097258. OLE color: 3097258.

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

Color convert

RGB 170 66 47 -
CMYK 0 0.61 0.72 0.33
HSL 9.27º 0.57% 0.43% -
HSV(B) 9.27º 0.72% 0.67% -
XYZ 19.04 12.65 4.13 -
YUV 94.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 170 66 47 0 0.61 0.72 0.33 9.27 0.57 0.43
Hex AA 42 2F 0 3D 48 21 9 39 2B
Octal 252 102 57 0 75 110 41 11 71 53
Binary 10101010 1000010 101111 0 111101 1001000 100001 1001 111001 101011

Color Harmonies of #AA422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA422F

Black with #AA422F

Text Example


Text Example

White with #AA422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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