#AC243A

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

Shades of Cardinal #AC243A

Tints of Cardinal #AC243A

Color information

#AC243A (or 0xAC243A) is unknown color: approx Cardinal. HEX triplet: AC, 24 and 3A. RGB value is (172,36,58). Sum of RGB (Red+Green+Blue) = 172+36+58=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243A is #53DBC5. Grayscale: #4F4F4F. Windows color (decimal): -5495750 or 3810476. OLE color: 3810476.

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

Color convert

RGB1723658-
CMYK00.790.660.33
HSL350.29º65.38%40.78%-
HSV(B)350.29º79.07%67.45%-
XYZ18.4110.345.03-
YUV79.17116.06194.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=64.66%
G=13.53%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172365800.790.660.33350.2965.3840.78
HexAC243A04F422115e4129
Octal254447201171024153610151
Binary101011001001001110100100111110000101000011010111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC243A; }

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

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

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

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

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

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

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

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