Html Css Color HEX #AC483B Medium Carmine

📋 copy color: '#AC483B'

red 172 ◦ green 72 ◦ blue 59

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

Shades of Medium Carmine #AC483B

Tints of Medium Carmine #AC483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 56.77%
G = 23.76%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC483B (or 0xAC483B) is known color: Medium Carmine. HEX triplet: AC, 48 and 3B. RGB value is (172,72,59). Sum of RGB (Red+Green+Blue) = 172+72+59=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC483B is #53B7C4. Grayscale: #646464. Windows color (decimal): -5486533 or 3885228. OLE color: 3885228.

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

Color convert

RGB 172 72 59 -
CMYK 0 0.58 0.66 0.33
HSL 6.9º 0.49% 0.45% -
HSV(B) 6.9º 0.66% 0.67% -
XYZ 20.12 13.72 5.73 -
YUV 100.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 172 72 59 0 0.58 0.66 0.33 6.9 0.49 0.45
Hex AC 48 3B 0 3A 42 21 7 31 2D
Octal 254 110 73 0 72 102 41 7 61 55
Binary 10101100 1001000 111011 0 111010 1000010 100001 111 110001 101101

Color Harmonies of #AC483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC483B

Black with #AC483B

Text Example


Text Example

White with #AC483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC483B; }

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

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

background-color css

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

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

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

border-color css

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

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

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