#AC063A

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

Shades of Cardinal #AC063A

Tints of Cardinal #AC063A

Color information

#AC063A (or 0xAC063A) is unknown color: approx Cardinal. HEX triplet: AC, 06 and 3A. RGB value is (172,6,58). Sum of RGB (Red+Green+Blue) = 172+6+58=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC063A is #53F9C5. Grayscale: #3D3D3D. Windows color (decimal): -5503430 or 3802796. OLE color: 3802796.

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

Color convert

RGB172658-
CMYK00.970.660.33
HSL341.2º93.26%34.9%-
HSV(B)341.2º96.51%67.45%-
XYZ17.849.214.84-
YUV61.56126206.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.88%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=72.88%
G=2.54%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17265800.970.660.33341.293.2634.9
HexAC63A06142211555d23
Octal25467201411024152513543
Binary101011001101110100110000110000101000011010101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC063A; }

 p { color: rgb(172,6,58); }

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

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

 a { background-color: rgb(172,6,58); }

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

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

 span { border-color: rgb(172,6,58); }

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