Html Css Color HEX #AA3F32 Medium Carmine

📋 copy color: '#AA3F32'

red 170 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #AA3F32

Tints of Medium Carmine #AA3F32

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

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

R = 60.07%
G = 22.26%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3F32 (or 0xAA3F32) is known color: Medium Carmine. HEX triplet: AA, 3F and 32. RGB value is (170,63,50). Sum of RGB (Red+Green+Blue) = 170+63+50=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F32 is #55C0CD. Grayscale: #5D5D5D. Windows color (decimal): -5619918 or 3293098. OLE color: 3293098.

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

Color convert

RGB 170 63 50 -
CMYK 0 0.63 0.71 0.33
HSL 6.5º 0.55% 0.43% -
HSV(B) 6.5º 0.71% 0.67% -
XYZ 18.93 12.33 4.4 -
YUV 93.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 170 63 50 0 0.63 0.71 0.33 6.5 0.55 0.43
Hex AA 3F 32 0 3F 47 21 6 37 2B
Octal 252 77 62 0 77 107 41 6 67 53
Binary 10101010 111111 110010 0 111111 1000111 100001 110 110111 101011

Color Harmonies of #AA3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F32

Black with #AA3F32

Text Example


Text Example

White with #AA3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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