#AC2135

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

Shades of Cardinal #AC2135

Tints of Cardinal #AC2135

Color information

#AC2135 (or 0xAC2135) is unknown color: approx Cardinal. HEX triplet: AC, 21 and 35. RGB value is (172,33,53). Sum of RGB (Red+Green+Blue) = 172+33+53=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2135 is #53DECA. Grayscale: #4C4C4C. Windows color (decimal): -5496523 or 3482028. OLE color: 3482028.

HSL color Cylindrical-coordinate representation of color #AC2135: hue angle of 351.37º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2135 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1723353-
CMYK00.810.690.33
HSL351.37º67.8%40.2%-
HSV(B)351.37º80.81%67.45%-
XYZ18.210.124.36-
YUV76.84114.55195.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=66.67%
G=12.79%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172335300.810.690.33351.3767.840.2
HexAC2135051452115f4428
Octal254416501211054153710450
Binary101011001000011101010101000110001011000011010111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2135; }

 p { color: rgb(172,33,53); }

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

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

 a { background-color: rgb(172,33,53); }

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

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

 span { border-color: rgb(172,33,53); }

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