#AC1031

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

Shades of Cardinal #AC1031

Tints of Cardinal #AC1031

Color information

#AC1031 (or 0xAC1031) is unknown color: approx Cardinal. HEX triplet: AC, 10 and 31. RGB value is (172,16,49). Sum of RGB (Red+Green+Blue) = 172+16+49=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1031 is #53EFCE. Grayscale: #424242. Windows color (decimal): -5500879 or 3215532. OLE color: 3215532.

HSL color Cylindrical-coordinate representation of color #AC1031: hue angle of 347.31º 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 #AC1031 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1721649-
CMYK00.910.720.33
HSL347.31º82.98%36.86%-
HSV(B)347.31º90.7%67.45%-
XYZ17.759.363.78-
YUV66.41118.18203.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.57%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=72.57%
G=6.75%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172164900.910.720.33347.3182.9836.86
HexAC103105B482115b5325
Octal254206101331104153312345
Binary10101100100001100010101101110010001000011010110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1031; }

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

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

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

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

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

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

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

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