#AC1730

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

Shades of Cardinal #AC1730

Tints of Cardinal #AC1730

Color information

#AC1730 (or 0xAC1730) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 30. RGB value is (172,23,48). Sum of RGB (Red+Green+Blue) = 172+23+48=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1730 is #53E8CF. Grayscale: #464646. Windows color (decimal): -5499088 or 3151788. OLE color: 3151788.

HSL color Cylindrical-coordinate representation of color #AC1730: hue angle of 349.93º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1730 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1722348-
CMYK00.870.720.33
HSL349.93º76.41%38.24%-
HSV(B)349.93º86.63%67.45%-
XYZ17.859.63.71-
YUV70.4115.36200.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.78%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=70.78%
G=9.47%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172234800.870.720.33349.9376.4138.24
HexAC1730057482115e4c26
Octal254276001271104153611446
Binary10101100101111100000101011110010001000011010111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1730; }

 p { color: rgb(172,23,48); }

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

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

 a { background-color: rgb(172,23,48); }

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

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

 span { border-color: rgb(172,23,48); }

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