#AC1B35

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

Shades of Cardinal #AC1B35

Tints of Cardinal #AC1B35

Color information

#AC1B35 (or 0xAC1B35) is unknown color: approx Cardinal. HEX triplet: AC, 1B and 35. RGB value is (172,27,53). Sum of RGB (Red+Green+Blue) = 172+27+53=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B35 is #53E4CA. Grayscale: #494949. Windows color (decimal): -5498059 or 3480492. OLE color: 3480492.

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

Color convert

RGB1722753-
CMYK00.840.690.33
HSL349.24º72.86%39.02%-
HSV(B)349.24º84.3%67.45%-
XYZ18.059.814.31-
YUV73.32116.54198.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=68.25%
G=10.71%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172275300.840.690.33349.2472.8639.02
HexAC1B35054452115d4927
Octal254336501241054153511147
Binary10101100110111101010101010010001011000011010111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B35; }

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

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

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

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

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

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

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

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