Html Css Color HEX #AA4230 Medium Carmine

📋 copy color: '#AA4230'

red 170 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #AA4230

Tints of Medium Carmine #AA4230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 59.86%
G = 23.24%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA4230 (or 0xAA4230) is known color: Medium Carmine. HEX triplet: AA, 42 and 30. RGB value is (170,66,48). Sum of RGB (Red+Green+Blue) = 170+66+48=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4230 is #55BDCF. Grayscale: #5F5F5F. Windows color (decimal): -5619152 or 3162794. OLE color: 3162794.

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

Color convert

RGB 170 66 48 -
CMYK 0 0.61 0.72 0.33
HSL 8.85º 0.56% 0.43% -
HSV(B) 8.85º 0.72% 0.67% -
XYZ 19.06 12.66 4.23 -
YUV 95.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 170 66 48 0 0.61 0.72 0.33 8.85 0.56 0.43
Hex AA 42 30 0 3D 48 21 9 38 2B
Octal 252 102 60 0 75 110 41 11 70 53
Binary 10101010 1000010 110000 0 111101 1001000 100001 1001 111000 101011

Color Harmonies of #AA4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4230

Black with #AA4230

Text Example


Text Example

White with #AA4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4230; }

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

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

background-color css

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

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

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

border-color css

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

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

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