#AC1F3A

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

Shades of Cardinal #AC1F3A

Tints of Cardinal #AC1F3A

Color information

#AC1F3A (or 0xAC1F3A) is unknown color: approx Cardinal. HEX triplet: AC, 1F and 3A. RGB value is (172,31,58). Sum of RGB (Red+Green+Blue) = 172+31+58=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F3A is #53E0C5. Grayscale: #4C4C4C. Windows color (decimal): -5497030 or 3809196. OLE color: 3809196.

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

Color convert

RGB1723158-
CMYK00.820.660.33
HSL348.51º69.46%39.8%-
HSV(B)348.51º81.98%67.45%-
XYZ18.2710.064.98-
YUV76.24117.71196.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=65.90%
G=11.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172315800.820.660.33348.5169.4639.8
HexAC1F3A052422115d4528
Octal254377201221024153510550
Binary10101100111111110100101001010000101000011010111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F3A; }

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

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

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

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

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

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

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

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