Html Css Color HEX #AA3828 Medium Carmine

📋 copy color: '#AA3828'

red 170 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #AA3828

Tints of Medium Carmine #AA3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 63.91%
G = 21.05%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3828 (or 0xAA3828) is known color: Medium Carmine. HEX triplet: AA, 38 and 28. RGB value is (170,56,40). Sum of RGB (Red+Green+Blue) = 170+56+40=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3828 is #55C7D7. Grayscale: #585858. Windows color (decimal): -5621720 or 2635946. OLE color: 2635946.

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

Color convert

RGB 170 56 40 -
CMYK 0 0.67 0.76 0.33
HSL 7.38º 0.62% 0.41% -
HSV(B) 7.38º 0.76% 0.67% -
XYZ 18.37 11.53 3.26 -
YUV 88.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 170 56 40 0 0.67 0.76 0.33 7.38 0.62 0.41
Hex AA 38 28 0 43 4C 21 7 3E 29
Octal 252 70 50 0 103 114 41 7 76 51
Binary 10101010 111000 101000 0 1000011 1001100 100001 111 111110 101001

Color Harmonies of #AA3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3828

Black with #AA3828

Text Example


Text Example

White with #AA3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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