Html Css Color HEX #AA3826 Medium Carmine

📋 copy color: '#AA3826'

red 170 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #AA3826

Tints of Medium Carmine #AA3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

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

R = 64.39%
G = 21.21%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA3826 (or 0xAA3826) is known color: Medium Carmine. HEX triplet: AA, 38 and 26. RGB value is (170,56,38). Sum of RGB (Red+Green+Blue) = 170+56+38=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3826 is #55C7D9. Grayscale: #585858. Windows color (decimal): -5621722 or 2504874. OLE color: 2504874.

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

Color convert

RGB 170 56 38 -
CMYK 0 0.67 0.78 0.33
HSL 8.18º 0.63% 0.41% -
HSV(B) 8.18º 0.78% 0.67% -
XYZ 18.34 11.51 3.09 -
YUV 88.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 170 56 38 0 0.67 0.78 0.33 8.18 0.63 0.41
Hex AA 38 26 0 43 4E 21 8 3F 29
Octal 252 70 46 0 103 116 41 10 77 51
Binary 10101010 111000 100110 0 1000011 1001110 100001 1000 111111 101001

Color Harmonies of #AA3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3826

Black with #AA3826

Text Example


Text Example

White with #AA3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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