#AC1B42

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

Shades of Cardinal #AC1B42

Tints of Cardinal #AC1B42

Color information

#AC1B42 (or 0xAC1B42) is unknown color: approx Cardinal. HEX triplet: AC, 1B and 42. RGB value is (172,27,66). Sum of RGB (Red+Green+Blue) = 172+27+66=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B42 is #53E4BD. Grayscale: #4A4A4A. Windows color (decimal): -5498046 or 4332460. OLE color: 4332460.

HSL color Cylindrical-coordinate representation of color #AC1B42: hue angle of 343.86º 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 #AC1B42 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1722766-
CMYK00.840.620.33
HSL343.86º72.86%39.02%-
HSV(B)343.86º84.3%67.45%-
XYZ18.399.956.11-
YUV74.8123.04197.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=64.91%
G=10.19%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172276600.840.620.33343.8672.8639.02
HexAC1B420543E211584927
Octal254331020124764153011147
Binary10101100110111000010010101001111101000011010110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B42; }

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

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

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

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

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

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

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

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