#AC3B35

Color #AC3B35 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AC3B35

Tints of Medium Carmine #AC3B35

Color information

#AC3B35 (or 0xAC3B35) is unknown color: approx Medium Carmine. HEX triplet: AC, 3B and 35. RGB value is (172,59,53). Sum of RGB (Red+Green+Blue) = 172+59+53=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B35 is #53C4CA. Grayscale: #5C5C5C. Windows color (decimal): -5489867 or 3488684. OLE color: 3488684.

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

Color convert

RGB1725953-
CMYK00.660.690.33
HSL3.03º52.89%44.12%-
HSV(B)3.03º69.19%67.45%-
XYZ19.2212.164.7-
YUV92.1105.94184.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=60.56%
G=20.77%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172595300.660.690.333.0352.8944.12
HexAC3B3504245213352c
Octal254736501021054136554
Binary1010110011101111010101000010100010110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B35; }

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

 H1.HeaderClassName
 {
   color: #AC3B35;
 }
 .AnyTagClassName
 {
   color: #AC3B35;
 }
</style>
background-color css

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

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

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

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

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

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