Html Css Color HEX #AC453A Medium Carmine

📋 copy color: '#AC453A'

red 172 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #AC453A

Tints of Medium Carmine #AC453A

RGB

 RED value IS 172 (67.58% from 255) = 57.53%

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 57.53%
G = 23.08%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC453A (or 0xAC453A) is known color: Medium Carmine. HEX triplet: AC, 45 and 3A. RGB value is (172,69,58). Sum of RGB (Red+Green+Blue) = 172+69+58=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC453A is #53BAC5. Grayscale: #626262. Windows color (decimal): -5487302 or 3818924. OLE color: 3818924.

HSL color Cylindrical-coordinate representation of color #AC453A: hue angle of 5.79º degrees, saturation: 0.5, 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 #AC453A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 58 -
CMYK 0 0.60 0.66 0.33
HSL 5.79º 0.5% 0.45% -
HSV(B) 5.79º 0.66% 0.67% -
XYZ 19.91 13.33 5.53 -
YUV 98.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 172 69 58 0 0.60 0.66 0.33 5.79 0.5 0.45
Hex AC 45 3A 0 3C 42 21 6 32 2D
Octal 254 105 72 0 74 102 41 6 62 55
Binary 10101100 1000101 111010 0 111100 1000010 100001 110 110010 101101

Color Harmonies of #AC453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC453A

Black with #AC453A

Text Example


Text Example

White with #AC453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC453A; }

 p { color: rgb(172,69,58); }

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

background-color css

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

 a { background-color: rgb(172,69,58); }

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

border-color css

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

 span { border-color: rgb(172,69,58); }

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