#AC213B

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

Shades of Cardinal #AC213B

Tints of Cardinal #AC213B

Color information

#AC213B (or 0xAC213B) is unknown color: approx Cardinal. HEX triplet: AC, 21 and 3B. RGB value is (172,33,59). Sum of RGB (Red+Green+Blue) = 172+33+59=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC213B is #53DEC4. Grayscale: #4D4D4D. Windows color (decimal): -5496517 or 3875244. OLE color: 3875244.

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

Color convert

RGB1723359-
CMYK00.810.660.33
HSL348.78º67.8%40.2%-
HSV(B)348.78º80.81%67.45%-
XYZ18.3510.175.13-
YUV77.52117.55195.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=65.15%
G=12.5%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172335900.810.660.33348.7867.840.2
HexAC213B051422115d4428
Octal254417301211024153510450
Binary101011001000011110110101000110000101000011010111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC213B; }

 p { color: rgb(172,33,59); }

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

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

 a { background-color: rgb(172,33,59); }

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

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

 span { border-color: rgb(172,33,59); }

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