Html Css Color HEX #AA3A32 Medium Carmine

📋 copy color: '#AA3A32'

red 170 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #AA3A32

Tints of Medium Carmine #AA3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 61.15%
G = 20.86%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3A32 (or 0xAA3A32) is known color: Medium Carmine. HEX triplet: AA, 3A and 32. RGB value is (170,58,50). Sum of RGB (Red+Green+Blue) = 170+58+50=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A32 is #55C5CD. Grayscale: #5A5A5A. Windows color (decimal): -5621198 or 3291818. OLE color: 3291818.

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

Color convert

RGB 170 58 50 -
CMYK 0 0.66 0.71 0.33
HSL 0.55% 0.43% -
HSV(B) 0.71% 0.67% -
XYZ 18.67 11.8 4.31 -
YUV 90.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 170 58 50 0 0.66 0.71 0.33 4 0.55 0.43
Hex AA 3A 32 0 42 47 21 4 37 2B
Octal 252 72 62 0 102 107 41 4 67 53
Binary 10101010 111010 110010 0 1000010 1000111 100001 100 110111 101011

Color Harmonies of #AA3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A32

Black with #AA3A32

Text Example


Text Example

White with #AA3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A32; }

 p { color: rgb(170,58,50); }

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

background-color css

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

 a { background-color: rgb(170,58,50); }

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

border-color css

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

 span { border-color: rgb(170,58,50); }

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