Html Css Color HEX #AC3B37 Medium Carmine

📋 copy color: '#AC3B37'

red 172 ◦ green 59 ◦ blue 55

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

Shades of Medium Carmine #AC3B37

Tints of Medium Carmine #AC3B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

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

R = 60.14%
G = 20.63%
B = 19.23%

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

#AC3B37 (or 0xAC3B37) is known color: Medium Carmine. HEX triplet: AC, 3B and 37. RGB value is (172,59,55). Sum of RGB (Red+Green+Blue) = 172+59+55=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B37 is #53C4C8. Grayscale: #5C5C5C. Windows color (decimal): -5489865 or 3619756. OLE color: 3619756.

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

Color convert

RGB 172 59 55 -
CMYK 0 0.66 0.68 0.33
HSL 2.05º 0.52% 0.45% -
HSV(B) 2.05º 0.68% 0.67% -
XYZ 19.27 12.17 4.95 -
YUV 92.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 172 59 55 0 0.66 0.68 0.33 2.05 0.52 0.45
Hex AC 3B 37 0 42 44 21 2 34 2D
Octal 254 73 67 0 102 104 41 2 64 55
Binary 10101100 111011 110111 0 1000010 1000100 100001 10 110100 101101

Color Harmonies of #AC3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B37

Black with #AC3B37

Text Example


Text Example

White with #AC3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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