#AC1B43

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

Shades of Cardinal #AC1B43

Tints of Cardinal #AC1B43

Color information

#AC1B43 (or 0xAC1B43) is unknown color: approx Cardinal. HEX triplet: AC, 1B and 43. RGB value is (172,27,67). Sum of RGB (Red+Green+Blue) = 172+27+67=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B43 is #53E4BC. Grayscale: #4A4A4A. Windows color (decimal): -5498045 or 4397996. OLE color: 4397996.

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

Color convert

RGB1722767-
CMYK00.840.610.33
HSL343.45º72.86%39.02%-
HSV(B)343.45º84.3%67.45%-
XYZ18.429.966.26-
YUV74.92123.54197.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=64.66%
G=10.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172276700.840.610.33343.4572.8639.02
HexAC1B430543D211574927
Octal254331030124754152711147
Binary10101100110111000011010101001111011000011010101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B43; }

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

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

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

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

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

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

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

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