Html Css Color HEX #AA3F38 Medium Carmine

📋 copy color: '#AA3F38'

red 170 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #AA3F38

Tints of Medium Carmine #AA3F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 58.82%
G = 21.8%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA3F38 (or 0xAA3F38) is known color: Medium Carmine. HEX triplet: AA, 3F and 38. RGB value is (170,63,56). Sum of RGB (Red+Green+Blue) = 170+63+56=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F38 is #55C0C7. Grayscale: #5E5E5E. Windows color (decimal): -5619912 or 3686314. OLE color: 3686314.

HSL color Cylindrical-coordinate representation of color #AA3F38: hue angle of 3.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3F38 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 56 -
CMYK 0 0.63 0.67 0.33
HSL 3.68º 0.5% 0.44% -
HSV(B) 3.68º 0.67% 0.67% -
XYZ 19.07 12.39 5.13 -
YUV 94.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 170 63 56 0 0.63 0.67 0.33 3.68 0.5 0.44
Hex AA 3F 38 0 3F 43 21 4 32 2C
Octal 252 77 70 0 77 103 41 4 62 54
Binary 10101010 111111 111000 0 111111 1000011 100001 100 110010 101100

Color Harmonies of #AA3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F38

Black with #AA3F38

Text Example


Text Example

White with #AA3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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