Html Css Color HEX #AA433D Medium Carmine

📋 copy color: '#AA433D'

red 170 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #AA433D

Tints of Medium Carmine #AA433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 57.05%
G = 22.48%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA433D (or 0xAA433D) is known color: Medium Carmine. HEX triplet: AA, 43 and 3D. RGB value is (170,67,61). Sum of RGB (Red+Green+Blue) = 170+67+61=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433D is #55BCC2. Grayscale: #616161. Windows color (decimal): -5618883 or 4015018. OLE color: 4015018.

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

Color convert

RGB 170 67 61 -
CMYK 0 0.61 0.64 0.33
HSL 3.3º 0.47% 0.45% -
HSV(B) 3.3º 0.64% 0.67% -
XYZ 19.43 12.9 5.88 -
YUV 97.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 170 67 61 0 0.61 0.64 0.33 3.3 0.47 0.45
Hex AA 43 3D 0 3D 40 21 3 2F 2D
Octal 252 103 75 0 75 100 41 3 57 55
Binary 10101010 1000011 111101 0 111101 1000000 100001 11 101111 101101

Color Harmonies of #AA433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA433D

Black with #AA433D

Text Example


Text Example

White with #AA433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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