#AC1A28

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

Shades of Cardinal #AC1A28

Tints of Cardinal #AC1A28

Color information

#AC1A28 (or 0xAC1A28) is unknown color: approx Cardinal. HEX triplet: AC, 1A and 28. RGB value is (172,26,40). Sum of RGB (Red+Green+Blue) = 172+26+40=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A28 is #53E5D7. Grayscale: #474747. Windows color (decimal): -5498328 or 2628268. OLE color: 2628268.

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

Color convert

RGB1722640-
CMYK00.850.770.33
HSL354.25º73.74%38.82%-
HSV(B)354.25º84.88%67.45%-
XYZ17.779.662.94-
YUV71.25110.37199.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.27%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=72.27%
G=10.92%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172264000.850.770.33354.2573.7438.82
HexAC1A280554D211624a27
Octal254325001251154154211247
Binary10101100110101010000101010110011011000011011000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A28; }

 p { color: rgb(172,26,40); }

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

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

 a { background-color: rgb(172,26,40); }

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

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

 span { border-color: rgb(172,26,40); }

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