Html Css Color HEX #AC4631 Medium Carmine

📋 copy color: '#AC4631'

red 172 ◦ green 70 ◦ blue 49

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

Shades of Medium Carmine #AC4631

Tints of Medium Carmine #AC4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 59.11%
G = 24.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC4631 (or 0xAC4631) is known color: Medium Carmine. HEX triplet: AC, 46 and 31. RGB value is (172,70,49). Sum of RGB (Red+Green+Blue) = 172+70+49=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4631 is #53B9CE. Grayscale: #626262. Windows color (decimal): -5487055 or 3229356. OLE color: 3229356.

HSL color Cylindrical-coordinate representation of color #AC4631: hue angle of 10.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC4631 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 49 -
CMYK 0 0.59 0.72 0.33
HSL 10.24º 0.56% 0.43% -
HSV(B) 10.24º 0.72% 0.67% -
XYZ 19.76 13.37 4.45 -
YUV 98.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 172 70 49 0 0.59 0.72 0.33 10.24 0.56 0.43
Hex AC 46 31 0 3B 48 21 A 38 2B
Octal 254 106 61 0 73 110 41 12 70 53
Binary 10101100 1000110 110001 0 111011 1001000 100001 1010 111000 101011

Color Harmonies of #AC4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4631

Black with #AC4631

Text Example


Text Example

White with #AC4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4631; }

 p { color: rgb(172,70,49); }

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

background-color css

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

 a { background-color: rgb(172,70,49); }

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

border-color css

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

 span { border-color: rgb(172,70,49); }

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