Html Css Color HEX #AA3C30 Medium Carmine

📋 copy color: '#AA3C30'

red 170 ◦ green 60 ◦ blue 48

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

Shades of Medium Carmine #AA3C30

Tints of Medium Carmine #AA3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 61.15%
G = 21.58%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3C30 (or 0xAA3C30) is known color: Medium Carmine. HEX triplet: AA, 3C and 30. RGB value is (170,60,48). Sum of RGB (Red+Green+Blue) = 170+60+48=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C30 is #55C3CF. Grayscale: #5B5B5B. Windows color (decimal): -5620688 or 3161258. OLE color: 3161258.

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

Color convert

RGB 170 60 48 -
CMYK 0 0.65 0.72 0.33
HSL 5.9º 0.56% 0.43% -
HSV(B) 5.9º 0.72% 0.67% -
XYZ 18.73 11.99 4.12 -
YUV 91.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 170 60 48 0 0.65 0.72 0.33 5.9 0.56 0.43
Hex AA 3C 30 0 41 48 21 6 38 2B
Octal 252 74 60 0 101 110 41 6 70 53
Binary 10101010 111100 110000 0 1000001 1001000 100001 110 111000 101011

Color Harmonies of #AA3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C30

Black with #AA3C30

Text Example


Text Example

White with #AA3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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