#AC1B33

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

Shades of Cardinal #AC1B33

Tints of Cardinal #AC1B33

Color information

#AC1B33 (or 0xAC1B33) is unknown color: approx Cardinal. HEX triplet: AC, 1B and 33. RGB value is (172,27,51). Sum of RGB (Red+Green+Blue) = 172+27+51=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B33 is #53E4CC. Grayscale: #494949. Windows color (decimal): -5498061 or 3349420. OLE color: 3349420.

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

Color convert

RGB1722751-
CMYK00.840.700.33
HSL350.07º72.86%39.02%-
HSV(B)350.07º84.3%67.45%-
XYZ189.794.07-
YUV73.09115.54198.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.8%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=68.8%
G=10.8%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172275100.840.700.33350.0772.8639.02
HexAC1B33054462115e4927
Octal254336301241064153611147
Binary10101100110111100110101010010001101000011010111101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B33; }

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

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

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

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

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

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

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

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