#AC113B

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

Shades of Cardinal #AC113B

Tints of Cardinal #AC113B

Color information

#AC113B (or 0xAC113B) is unknown color: approx Cardinal. HEX triplet: AC, 11 and 3B. RGB value is (172,17,59). Sum of RGB (Red+Green+Blue) = 172+17+59=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC113B is #53EEC4. Grayscale: #444444. Windows color (decimal): -5500613 or 3871148. OLE color: 3871148.

HSL color Cylindrical-coordinate representation of color #AC113B: hue angle of 343.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC113B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1721759-
CMYK00.900.660.33
HSL343.74º82.01%37.06%-
HSV(B)343.74º90.12%67.45%-
XYZ189.495.02-
YUV68.13122.85202.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=69.35%
G=6.85%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172175900.900.660.33343.7482.0137.06
HexAC113B05A42211585225
Octal254217301321024153012245
Binary10101100100011110110101101010000101000011010110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC113B; }

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

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

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

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

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

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

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

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