Html Css Color HEX #AA3B3B Medium Carmine

📋 copy color: '#AA3B3B'

red 170 ◦ green 59 ◦ blue 59

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

Shades of Medium Carmine #AA3B3B

Tints of Medium Carmine #AA3B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

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

R = 59.03%
G = 20.49%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA3B3B (or 0xAA3B3B) is known color: Medium Carmine. HEX triplet: AA, 3B and 3B. RGB value is (170,59,59). Sum of RGB (Red+Green+Blue) = 170+59+59=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B3B is #55C4C4. Grayscale: #5C5C5C. Windows color (decimal): -5620933 or 3881898. OLE color: 3881898.

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

Color convert

RGB 170 59 59 -
CMYK 0 0.65 0.65 0.33
HSL 0.48% 0.45% -
HSV(B) 0.65% 0.67% -
XYZ 18.93 11.99 5.45 -
YUV 92.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 170 59 59 0 0.65 0.65 0.33 0 0.48 0.45
Hex AA 3B 3B 0 41 41 21 0 30 2D
Octal 252 73 73 0 101 101 41 0 60 55
Binary 10101010 111011 111011 0 1000001 1000001 100001 0 110000 101101

Color Harmonies of #AA3B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B3B

Black with #AA3B3B

Text Example


Text Example

White with #AA3B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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