#AC1A3A

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

Shades of Cardinal #AC1A3A

Tints of Cardinal #AC1A3A

Color information

#AC1A3A (or 0xAC1A3A) is unknown color: approx Cardinal. HEX triplet: AC, 1A and 3A. RGB value is (172,26,58). Sum of RGB (Red+Green+Blue) = 172+26+58=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A3A is #53E5C5. Grayscale: #494949. Windows color (decimal): -5498310 or 3807916. OLE color: 3807916.

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

Color convert

RGB1722658-
CMYK00.850.660.33
HSL346.85º73.74%38.82%-
HSV(B)346.85º84.88%67.45%-
XYZ18.159.814.94-
YUV73.3119.37198.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.19%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=67.19%
G=10.16%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172265800.850.660.33346.8573.7438.82
HexAC1A3A055422115b4a27
Octal254327201251024153311247
Binary10101100110101110100101010110000101000011010110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A3A; }

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

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

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

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

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

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

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

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