Html Css Color HEX #AC3A31 Medium Carmine

📋 copy color: '#AC3A31'

red 172 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #AC3A31

Tints of Medium Carmine #AC3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 61.65%
G = 20.79%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC3A31 (or 0xAC3A31) is known color: Medium Carmine. HEX triplet: AC, 3A and 31. RGB value is (172,58,49). Sum of RGB (Red+Green+Blue) = 172+58+49=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A31 is #53C5CE. Grayscale: #5B5B5B. Windows color (decimal): -5490127 or 3226284. OLE color: 3226284.

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

Color convert

RGB 172 58 49 -
CMYK 0 0.66 0.72 0.33
HSL 4.39º 0.56% 0.43% -
HSV(B) 4.39º 0.72% 0.67% -
XYZ 19.08 12.02 4.22 -
YUV 91.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 172 58 49 0 0.66 0.72 0.33 4.39 0.56 0.43
Hex AC 3A 31 0 42 48 21 4 38 2B
Octal 254 72 61 0 102 110 41 4 70 53
Binary 10101100 111010 110001 0 1000010 1001000 100001 100 111000 101011

Color Harmonies of #AC3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A31

Black with #AC3A31

Text Example


Text Example

White with #AC3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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