Html Css Color HEX #AA3A26 Medium Carmine

📋 copy color: '#AA3A26'

red 170 ◦ green 58 ◦ blue 38

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

Shades of Medium Carmine #AA3A26

Tints of Medium Carmine #AA3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 63.91%
G = 21.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA3A26 (or 0xAA3A26) is known color: Medium Carmine. HEX triplet: AA, 3A and 26. RGB value is (170,58,38). Sum of RGB (Red+Green+Blue) = 170+58+38=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A26 is #55C5D9. Grayscale: #595959. Windows color (decimal): -5621210 or 2505386. OLE color: 2505386.

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

Color convert

RGB 170 58 38 -
CMYK 0 0.66 0.78 0.33
HSL 9.09º 0.63% 0.41% -
HSV(B) 9.09º 0.78% 0.67% -
XYZ 18.44 11.71 3.12 -
YUV 89.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 170 58 38 0 0.66 0.78 0.33 9.09 0.63 0.41
Hex AA 3A 26 0 42 4E 21 9 3F 29
Octal 252 72 46 0 102 116 41 11 77 51
Binary 10101010 111010 100110 0 1000010 1001110 100001 1001 111111 101001

Color Harmonies of #AA3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A26

Black with #AA3A26

Text Example


Text Example

White with #AA3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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