#AC0334

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

Shades of Carmine #AC0334

Tints of Carmine #AC0334

Color information

#AC0334 (or 0xAC0334) is unknown color: approx Carmine. HEX triplet: AC, 03 and 34. RGB value is (172,3,52). Sum of RGB (Red+Green+Blue) = 172+3+52=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0334 is #53FCCB. Grayscale: #3B3B3B. Windows color (decimal): -5504204 or 3408812. OLE color: 3408812.

HSL color Cylindrical-coordinate representation of color #AC0334: hue angle of 342.6º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0334 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB172352-
CMYK00.980.700.33
HSL342.6º96.57%34.31%-
HSV(B)342.6º98.26%67.45%-
XYZ17.679.084.07-
YUV59.12123.99208.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.77%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=75.77%
G=1.32%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17235200.980.700.33342.696.5734.31
HexAC33406246211576122
Octal25436401421064152714142
Binary10101100111101000110001010001101000011010101111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0334; }

 p { color: rgb(172,3,52); }

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

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

 a { background-color: rgb(172,3,52); }

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

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

 span { border-color: rgb(172,3,52); }

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