Html Css Color HEX #AC3A25 Medium Carmine

📋 copy color: '#AC3A25'

red 172 ◦ green 58 ◦ blue 37

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

Shades of Medium Carmine #AC3A25

Tints of Medium Carmine #AC3A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 64.42%
G = 21.72%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3A25 (or 0xAC3A25) is known color: Medium Carmine. HEX triplet: AC, 3A and 25. RGB value is (172,58,37). Sum of RGB (Red+Green+Blue) = 172+58+37=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A25 is #53C5DA. Grayscale: #595959. Windows color (decimal): -5490139 or 2439852. OLE color: 2439852.

HSL color Cylindrical-coordinate representation of color #AC3A25: hue angle of 9.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC3A25 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 37 -
CMYK 0 0.66 0.78 0.33
HSL 9.33º 0.65% 0.41% -
HSV(B) 9.33º 0.78% 0.67% -
XYZ 18.86 11.93 3.06 -
YUV 89.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 172 58 37 0 0.66 0.78 0.33 9.33 0.65 0.41
Hex AC 3A 25 0 42 4E 21 9 41 29
Octal 254 72 45 0 102 116 41 11 101 51
Binary 10101100 111010 100101 0 1000010 1001110 100001 1001 1000001 101001

Color Harmonies of #AC3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A25

Black with #AC3A25

Text Example


Text Example

White with #AC3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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