#AC142A

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

Shades of Cardinal #AC142A

Tints of Cardinal #AC142A

Color information

#AC142A (or 0xAC142A) is unknown color: approx Cardinal. HEX triplet: AC, 14 and 2A. RGB value is (172,20,42). Sum of RGB (Red+Green+Blue) = 172+20+42=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142A is #53EBD5. Grayscale: #444444. Windows color (decimal): -5499862 or 2757804. OLE color: 2757804.

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

Color convert

RGB1722042-
CMYK00.880.760.33
HSL351.32º79.17%37.65%-
HSV(B)351.32º88.37%67.45%-
XYZ17.689.443.08-
YUV67.96113.36202.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.50%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=73.50%
G=8.55%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172204200.880.760.33351.3279.1737.65
HexAC142A0584C2115f4f26
Octal254245201301144153711746
Binary10101100101001010100101100010011001000011010111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC142A; }

 p { color: rgb(172,20,42); }

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

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

 a { background-color: rgb(172,20,42); }

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

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

 span { border-color: rgb(172,20,42); }

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