#AC1034

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

Shades of Cardinal #AC1034

Tints of Cardinal #AC1034

Color information

#AC1034 (or 0xAC1034) is unknown color: approx Cardinal. HEX triplet: AC, 10 and 34. RGB value is (172,16,52). Sum of RGB (Red+Green+Blue) = 172+16+52=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1034 is #53EFCB. Grayscale: #424242. Windows color (decimal): -5500876 or 3412140. OLE color: 3412140.

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

Color convert

RGB1721652-
CMYK00.910.700.33
HSL346.15º82.98%36.86%-
HSV(B)346.15º90.7%67.45%-
XYZ17.829.394.12-
YUV66.75119.68203.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.67%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=71.67%
G=6.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172165200.910.700.33346.1582.9836.86
HexAC103405B462115a5325
Octal254206401331064153212345
Binary10101100100001101000101101110001101000011010110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1034; }

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

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

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

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

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

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

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

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