#AC1E2C

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

Shades of Cardinal #AC1E2C

Tints of Cardinal #AC1E2C

Color information

#AC1E2C (or 0xAC1E2C) is unknown color: approx Cardinal. HEX triplet: AC, 1E and 2C. RGB value is (172,30,44). Sum of RGB (Red+Green+Blue) = 172+30+44=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E2C is #53E1D3. Grayscale: #4A4A4A. Windows color (decimal): -5497300 or 2891436. OLE color: 2891436.

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

Color convert

RGB1723044-
CMYK00.830.740.33
HSL354.08º70.3%39.61%-
HSV(B)354.08º82.56%67.45%-
XYZ17.939.883.34-
YUV74.05111.04197.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.92%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=69.92%
G=12.20%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172304400.830.740.33354.0870.339.61
HexAC1E2C0534A211624628
Octal254365401231124154210650
Binary10101100111101011000101001110010101000011011000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E2C; }

 p { color: rgb(172,30,44); }

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

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

 a { background-color: rgb(172,30,44); }

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

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

 span { border-color: rgb(172,30,44); }

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