#AC0736

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

Shades of Cardinal #AC0736

Tints of Cardinal #AC0736

Color information

#AC0736 (or 0xAC0736) is unknown color: approx Cardinal. HEX triplet: AC, 07 and 36. RGB value is (172,7,54). Sum of RGB (Red+Green+Blue) = 172+7+54=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0736 is #53F8C9. Grayscale: #3D3D3D. Windows color (decimal): -5503178 or 3540908. OLE color: 3540908.

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

Color convert

RGB172754-
CMYK00.960.690.33
HSL342.91º92.18%35.1%-
HSV(B)342.91º95.93%67.45%-
XYZ17.769.194.33-
YUV61.69123.66206.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.82%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=73.82%
G=3.00%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17275400.960.690.33342.9192.1835.1
HexAC73606045211575c23
Octal25476601401054152713443
Binary101011001111101100110000010001011000011010101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0736; }

 p { color: rgb(172,7,54); }

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

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

 a { background-color: rgb(172,7,54); }

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

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

 span { border-color: rgb(172,7,54); }

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