Html Css Color HEX #AC3A37 Medium Carmine

📋 copy color: '#AC3A37'

red 172 ◦ green 58 ◦ blue 55

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

Shades of Medium Carmine #AC3A37

Tints of Medium Carmine #AC3A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 60.35%
G = 20.35%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC3A37 (or 0xAC3A37) is known color: Medium Carmine. HEX triplet: AC, 3A and 37. RGB value is (172,58,55). Sum of RGB (Red+Green+Blue) = 172+58+55=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A37 is #53C5C8. Grayscale: #5B5B5B. Windows color (decimal): -5490121 or 3619500. OLE color: 3619500.

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

Color convert

RGB 172 58 55 -
CMYK 0 0.66 0.68 0.33
HSL 1.54º 0.52% 0.45% -
HSV(B) 1.54º 0.68% 0.67% -
XYZ 19.22 12.07 4.93 -
YUV 91.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 172 58 55 0 0.66 0.68 0.33 1.54 0.52 0.45
Hex AC 3A 37 0 42 44 21 2 34 2D
Octal 254 72 67 0 102 104 41 2 64 55
Binary 10101100 111010 110111 0 1000010 1000100 100001 10 110100 101101

Color Harmonies of #AC3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A37

Black with #AC3A37

Text Example


Text Example

White with #AC3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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