Html Css Color HEX #AA3E35 Medium Carmine

📋 copy color: '#AA3E35'

red 170 ◦ green 62 ◦ blue 53

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

Shades of Medium Carmine #AA3E35

Tints of Medium Carmine #AA3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 59.65%
G = 21.75%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3E35 (or 0xAA3E35) is known color: Medium Carmine. HEX triplet: AA, 3E and 35. RGB value is (170,62,53). Sum of RGB (Red+Green+Blue) = 170+62+53=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E35 is #55C1CA. Grayscale: #5D5D5D. Windows color (decimal): -5620171 or 3489450. OLE color: 3489450.

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

Color convert

RGB 170 62 53 -
CMYK 0 0.64 0.69 0.33
HSL 4.62º 0.52% 0.44% -
HSV(B) 4.62º 0.69% 0.67% -
XYZ 18.94 12.25 4.73 -
YUV 93.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 170 62 53 0 0.64 0.69 0.33 4.62 0.52 0.44
Hex AA 3E 35 0 40 45 21 5 34 2C
Octal 252 76 65 0 100 105 41 5 64 54
Binary 10101010 111110 110101 0 1000000 1000101 100001 101 110100 101100

Color Harmonies of #AA3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E35

Black with #AA3E35

Text Example


Text Example

White with #AA3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E35; }

 p { color: rgb(170,62,53); }

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

background-color css

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

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

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

border-color css

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

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

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