#AC1843

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

Shades of Cardinal #AC1843

Tints of Cardinal #AC1843

Color information

#AC1843 (or 0xAC1843) is unknown color: approx Cardinal. HEX triplet: AC, 18 and 43. RGB value is (172,24,67). Sum of RGB (Red+Green+Blue) = 172+24+67=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1843 is #53E7BC. Grayscale: #494949. Windows color (decimal): -5498813 or 4397228. OLE color: 4397228.

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

Color convert

RGB1722467-
CMYK00.860.610.33
HSL342.57º75.51%38.43%-
HSV(B)342.57º86.05%67.45%-
XYZ18.359.836.24-
YUV73.15124.53198.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=65.40%
G=9.13%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172246700.860.610.33342.5775.5138.43
HexAC18430563D211574c26
Octal254301030126754152711446
Binary10101100110001000011010101101111011000011010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1843; }

 p { color: rgb(172,24,67); }

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

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

 a { background-color: rgb(172,24,67); }

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

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

 span { border-color: rgb(172,24,67); }

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