Html Css Color HEX #AA3E3B Medium Carmine

📋 copy color: '#AA3E3B'

red 170 ◦ green 62 ◦ blue 59

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

Shades of Medium Carmine #AA3E3B

Tints of Medium Carmine #AA3E3B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 58.42%
G = 21.31%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA3E3B (or 0xAA3E3B) is known color: Medium Carmine. HEX triplet: AA, 3E and 3B. RGB value is (170,62,59). Sum of RGB (Red+Green+Blue) = 170+62+59=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E3B is #55C1C4. Grayscale: #5E5E5E. Windows color (decimal): -5620165 or 3882666. OLE color: 3882666.

HSL color Cylindrical-coordinate representation of color #AA3E3B: hue angle of 1.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3E3B is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 59 -
CMYK 0 0.64 0.65 0.33
HSL 1.62º 0.48% 0.45% -
HSV(B) 1.62º 0.65% 0.67% -
XYZ 19.09 12.31 5.51 -
YUV 93.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 170 62 59 0 0.64 0.65 0.33 1.62 0.48 0.45
Hex AA 3E 3B 0 40 41 21 2 30 2D
Octal 252 76 73 0 100 101 41 2 60 55
Binary 10101010 111110 111011 0 1000000 1000001 100001 10 110000 101101

Color Harmonies of #AA3E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E3B

Black with #AA3E3B

Text Example


Text Example

White with #AA3E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E3B; }

 p { color: rgb(170,62,59); }

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

background-color css

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

 a { background-color: rgb(170,62,59); }

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

border-color css

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

 span { border-color: rgb(170,62,59); }

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