Html Css Color HEX #AC403B Medium Carmine

📋 copy color: '#AC403B'

red 172 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #AC403B

Tints of Medium Carmine #AC403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 58.31%
G = 21.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC403B (or 0xAC403B) is known color: Medium Carmine. HEX triplet: AC, 40 and 3B. RGB value is (172,64,59). Sum of RGB (Red+Green+Blue) = 172+64+59=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC403B is #53BFC4. Grayscale: #5F5F5F. Windows color (decimal): -5488581 or 3883180. OLE color: 3883180.

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

Color convert

RGB 172 64 59 -
CMYK 0 0.63 0.66 0.33
HSL 2.65º 0.49% 0.45% -
HSV(B) 2.65º 0.66% 0.67% -
XYZ 19.64 12.75 5.56 -
YUV 95.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 172 64 59 0 0.63 0.66 0.33 2.65 0.49 0.45
Hex AC 40 3B 0 3F 42 21 3 31 2D
Octal 254 100 73 0 77 102 41 3 61 55
Binary 10101100 1000000 111011 0 111111 1000010 100001 11 110001 101101

Color Harmonies of #AC403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC403B

Black with #AC403B

Text Example


Text Example

White with #AC403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC403B; }

 p { color: rgb(172,64,59); }

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

background-color css

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

 a { background-color: rgb(172,64,59); }

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

border-color css

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

 span { border-color: rgb(172,64,59); }

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