Html Css Color HEX #AA4233 Medium Carmine

📋 copy color: '#AA4233'

red 170 ◦ green 66 ◦ blue 51

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

Shades of Medium Carmine #AA4233

Tints of Medium Carmine #AA4233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 59.23%
G = 23%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA4233 (or 0xAA4233) is known color: Medium Carmine. HEX triplet: AA, 42 and 33. RGB value is (170,66,51). Sum of RGB (Red+Green+Blue) = 170+66+51=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4233 is #55BDCC. Grayscale: #5F5F5F. Windows color (decimal): -5619149 or 3359402. OLE color: 3359402.

HSL color Cylindrical-coordinate representation of color #AA4233: hue angle of 7.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4233 is Cyan = 0, Magento = 0.61, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 51 -
CMYK 0 0.61 0.7 0.33
HSL 7.56º 0.54% 0.43% -
HSV(B) 7.56º 0.7% 0.67% -
XYZ 19.12 12.68 4.57 -
YUV 95.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 170 66 51 0 0.61 0.7 0.33 7.56 0.54 0.43
Hex AA 42 33 0 3D 46 21 8 36 2B
Octal 252 102 63 0 75 106 41 10 66 53
Binary 10101010 1000010 110011 0 111101 1000110 100001 1000 110110 101011

Color Harmonies of #AA4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4233

Black with #AA4233

Text Example


Text Example

White with #AA4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4233; }

 p { color: rgb(170,66,51); }

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

background-color css

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

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

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

border-color css

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

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

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