Html Css Color HEX #AA433A Medium Carmine

📋 copy color: '#AA433A'

red 170 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #AA433A

Tints of Medium Carmine #AA433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 57.63%
G = 22.71%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA433A (or 0xAA433A) is known color: Medium Carmine. HEX triplet: AA, 43 and 3A. RGB value is (170,67,58). Sum of RGB (Red+Green+Blue) = 170+67+58=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433A is #55BCC5. Grayscale: #606060. Windows color (decimal): -5618886 or 3818410. OLE color: 3818410.

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

Color convert

RGB 170 67 58 -
CMYK 0 0.61 0.66 0.33
HSL 4.82º 0.49% 0.45% -
HSV(B) 4.82º 0.66% 0.67% -
XYZ 19.35 12.87 5.47 -
YUV 96.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 170 67 58 0 0.61 0.66 0.33 4.82 0.49 0.45
Hex AA 43 3A 0 3D 42 21 5 31 2D
Octal 252 103 72 0 75 102 41 5 61 55
Binary 10101010 1000011 111010 0 111101 1000010 100001 101 110001 101101

Color Harmonies of #AA433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA433A

Black with #AA433A

Text Example


Text Example

White with #AA433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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