#AC1F31

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

Shades of Cardinal #AC1F31

Tints of Cardinal #AC1F31

Color information

#AC1F31 (or 0xAC1F31) is unknown color: approx Cardinal. HEX triplet: AC, 1F and 31. RGB value is (172,31,49). Sum of RGB (Red+Green+Blue) = 172+31+49=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F31 is #53E0CE. Grayscale: #4B4B4B. Windows color (decimal): -5497039 or 3219372. OLE color: 3219372.

HSL color Cylindrical-coordinate representation of color #AC1F31: hue angle of 352.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F31 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1723149-
CMYK00.820.720.33
HSL352.34º69.46%39.8%-
HSV(B)352.34º81.98%67.45%-
XYZ18.069.973.88-
YUV75.21113.21197.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=68.25%
G=12.30%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172314900.820.720.33352.3469.4639.8
HexAC1F3105248211604528
Octal254376101221104154010550
Binary10101100111111100010101001010010001000011011000001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F31; }

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

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

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

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

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

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

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

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