#AC1522

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

Shades of Carmine #AC1522

Tints of Carmine #AC1522

Color information

#AC1522 (or 0xAC1522) is unknown color: approx Carmine. HEX triplet: AC, 15 and 22. RGB value is (172,21,34). Sum of RGB (Red+Green+Blue) = 172+21+34=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1522 is #53EADD. Grayscale: #434343. Windows color (decimal): -5499614 or 2233772. OLE color: 2233772.

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

Color convert

RGB1722134-
CMYK00.880.800.33
HSL354.83º78.24%37.84%-
HSV(B)354.83º87.79%67.45%-
XYZ17.579.422.41-
YUV67.63109.03202.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.77%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=75.77%
G=9.25%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172213400.880.800.33354.8378.2437.84
HexAC152205850211634e26
Octal254254201301204154311646
Binary10101100101011000100101100010100001000011011000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1522; }

 p { color: rgb(172,21,34); }

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

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

 a { background-color: rgb(172,21,34); }

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

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

 span { border-color: rgb(172,21,34); }

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