Html Css Color HEX #AC453E Medium Carmine

📋 copy color: '#AC453E'

red 172 ◦ green 69 ◦ blue 62

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

Shades of Medium Carmine #AC453E

Tints of Medium Carmine #AC453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 56.77%
G = 22.77%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC453E (or 0xAC453E) is known color: Medium Carmine. HEX triplet: AC, 45 and 3E. RGB value is (172,69,62). Sum of RGB (Red+Green+Blue) = 172+69+62=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC453E is #53BAC1. Grayscale: #636363. Windows color (decimal): -5487298 or 4081068. OLE color: 4081068.

HSL color Cylindrical-coordinate representation of color #AC453E: hue angle of 3.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC453E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 62 -
CMYK 0 0.60 0.64 0.33
HSL 3.82º 0.47% 0.46% -
HSV(B) 3.82º 0.64% 0.67% -
XYZ 20.01 13.37 6.08 -
YUV 99 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 172 69 62 0 0.60 0.64 0.33 3.82 0.47 0.46
Hex AC 45 3E 0 3C 40 21 4 2F 2E
Octal 254 105 76 0 74 100 41 4 57 56
Binary 10101100 1000101 111110 0 111100 1000000 100001 100 101111 101110

Color Harmonies of #AC453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC453E

Black with #AC453E

Text Example


Text Example

White with #AC453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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