Html Css Color HEX #AA3D30 Medium Carmine

📋 copy color: '#AA3D30'

red 170 ◦ green 61 ◦ blue 48

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

Shades of Medium Carmine #AA3D30

Tints of Medium Carmine #AA3D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

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

R = 60.93%
G = 21.86%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3D30 (or 0xAA3D30) is known color: Medium Carmine. HEX triplet: AA, 3D and 30. RGB value is (170,61,48). Sum of RGB (Red+Green+Blue) = 170+61+48=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D30 is #55C2CF. Grayscale: #5C5C5C. Windows color (decimal): -5620432 or 3161514. OLE color: 3161514.

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

Color convert

RGB 170 61 48 -
CMYK 0 0.64 0.72 0.33
HSL 6.39º 0.56% 0.43% -
HSV(B) 6.39º 0.72% 0.67% -
XYZ 18.78 12.1 4.14 -
YUV 92.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 170 61 48 0 0.64 0.72 0.33 6.39 0.56 0.43
Hex AA 3D 30 0 40 48 21 6 38 2B
Octal 252 75 60 0 100 110 41 6 70 53
Binary 10101010 111101 110000 0 1000000 1001000 100001 110 111000 101011

Color Harmonies of #AA3D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D30

Black with #AA3D30

Text Example


Text Example

White with #AA3D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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