Html Css Color HEX #AA3834 Medium Carmine

📋 copy color: '#AA3834'

red 170 ◦ green 56 ◦ blue 52

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

Shades of Medium Carmine #AA3834

Tints of Medium Carmine #AA3834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 61.15%
G = 20.14%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3834 (or 0xAA3834) is known color: Medium Carmine. HEX triplet: AA, 38 and 34. RGB value is (170,56,52). Sum of RGB (Red+Green+Blue) = 170+56+52=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3834 is #55C7CB. Grayscale: #595959. Windows color (decimal): -5621708 or 3422378. OLE color: 3422378.

HSL color Cylindrical-coordinate representation of color #AA3834: hue angle of 2.03º degrees, saturation: 0.53, 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 #AA3834 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 52 -
CMYK 0 0.67 0.69 0.33
HSL 2.03º 0.53% 0.44% -
HSV(B) 2.03º 0.69% 0.67% -
XYZ 18.61 11.62 4.51 -
YUV 89.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 170 56 52 0 0.67 0.69 0.33 2.03 0.53 0.44
Hex AA 38 34 0 43 45 21 2 35 2C
Octal 252 70 64 0 103 105 41 2 65 54
Binary 10101010 111000 110100 0 1000011 1000101 100001 10 110101 101100

Color Harmonies of #AA3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3834

Black with #AA3834

Text Example


Text Example

White with #AA3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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