#AC1A39

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

Shades of Cardinal #AC1A39

Tints of Cardinal #AC1A39

Color information

#AC1A39 (or 0xAC1A39) is unknown color: approx Cardinal. HEX triplet: AC, 1A and 39. RGB value is (172,26,57). Sum of RGB (Red+Green+Blue) = 172+26+57=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A39 is #53E5C6. Grayscale: #494949. Windows color (decimal): -5498311 or 3742380. OLE color: 3742380.

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

Color convert

RGB1722657-
CMYK00.850.670.33
HSL347.26º73.74%38.82%-
HSV(B)347.26º84.88%67.45%-
XYZ18.129.84.81-
YUV73.19118.87198.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.45%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=67.45%
G=10.20%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172265700.850.670.33347.2673.7438.82
HexAC1A39055432115b4a27
Octal254327101251034153311247
Binary10101100110101110010101010110000111000011010110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A39; }

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

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

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

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

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

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

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

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