#AC1A32

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

Shades of Cardinal #AC1A32

Tints of Cardinal #AC1A32

Color information

#AC1A32 (or 0xAC1A32) is unknown color: approx Cardinal. HEX triplet: AC, 1A and 32. RGB value is (172,26,50). Sum of RGB (Red+Green+Blue) = 172+26+50=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A32 is #53E5CD. Grayscale: #484848. Windows color (decimal): -5498318 or 3283628. OLE color: 3283628.

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

Color convert

RGB1722650-
CMYK00.850.710.33
HSL350.14º73.74%38.82%-
HSV(B)350.14º84.88%67.45%-
XYZ17.969.743.95-
YUV72.39115.37199.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=69.35%
G=10.48%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172265000.850.710.33350.1473.7438.82
HexAC1A32055472115e4a27
Octal254326201251074153611247
Binary10101100110101100100101010110001111000011010111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A32; }

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

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

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

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

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

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

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

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