Html Css Color HEX #AA382A Medium Carmine

📋 copy color: '#AA382A'

red 170 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #AA382A

Tints of Medium Carmine #AA382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 63.43%
G = 20.9%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA382A (or 0xAA382A) is known color: Medium Carmine. HEX triplet: AA, 38 and 2A. RGB value is (170,56,42). Sum of RGB (Red+Green+Blue) = 170+56+42=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA382A is #55C7D5. Grayscale: #585858. Windows color (decimal): -5621718 or 2767018. OLE color: 2767018.

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

Color convert

RGB 170 56 42 -
CMYK 0 0.67 0.75 0.33
HSL 6.56º 0.6% 0.42% -
HSV(B) 6.56º 0.75% 0.67% -
XYZ 18.41 11.54 3.45 -
YUV 88.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 170 56 42 0 0.67 0.75 0.33 6.56 0.6 0.42
Hex AA 38 2A 0 43 4B 21 7 3C 2A
Octal 252 70 52 0 103 113 41 7 74 52
Binary 10101010 111000 101010 0 1000011 1001011 100001 111 111100 101010

Color Harmonies of #AA382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA382A

Black with #AA382A

Text Example


Text Example

White with #AA382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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