#AC1F37

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

Shades of Cardinal #AC1F37

Tints of Cardinal #AC1F37

Color information

#AC1F37 (or 0xAC1F37) is unknown color: approx Cardinal. HEX triplet: AC, 1F and 37. RGB value is (172,31,55). Sum of RGB (Red+Green+Blue) = 172+31+55=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F37 is #53E0C8. Grayscale: #4B4B4B. Windows color (decimal): -5497033 or 3612588. OLE color: 3612588.

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

Color convert

RGB1723155-
CMYK00.820.680.33
HSL349.79º69.46%39.8%-
HSV(B)349.79º81.98%67.45%-
XYZ18.1910.034.59-
YUV75.9116.21196.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=66.67%
G=12.02%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172315500.820.680.33349.7969.4639.8
HexAC1F37052442115e4528
Octal254376701221044153610550
Binary10101100111111101110101001010001001000011010111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F37; }

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

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

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

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

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

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

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

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