Html Css Color HEX #AA4130 Medium Carmine

📋 copy color: '#AA4130'

red 170 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #AA4130

Tints of Medium Carmine #AA4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 60.07%
G = 22.97%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA4130 (or 0xAA4130) is known color: Medium Carmine. HEX triplet: AA, 41 and 30. RGB value is (170,65,48). Sum of RGB (Red+Green+Blue) = 170+65+48=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4130 is #55BECF. Grayscale: #5E5E5E. Windows color (decimal): -5619408 or 3162538. OLE color: 3162538.

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

Color convert

RGB 170 65 48 -
CMYK 0 0.62 0.72 0.33
HSL 8.36º 0.56% 0.43% -
HSV(B) 8.36º 0.72% 0.67% -
XYZ 19 12.54 4.22 -
YUV 94.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 170 65 48 0 0.62 0.72 0.33 8.36 0.56 0.43
Hex AA 41 30 0 3E 48 21 8 38 2B
Octal 252 101 60 0 76 110 41 10 70 53
Binary 10101010 1000001 110000 0 111110 1001000 100001 1000 111000 101011

Color Harmonies of #AA4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4130

Black with #AA4130

Text Example


Text Example

White with #AA4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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