#AB1731

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

Shades of Cardinal #AB1731

Tints of Cardinal #AB1731

Color information

#AB1731 (or 0xAB1731) is unknown color: approx Cardinal. HEX triplet: AB, 17 and 31. RGB value is (171,23,49). Sum of RGB (Red+Green+Blue) = 171+23+49=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1731 is #54E8CE. Grayscale: #464646. Windows color (decimal): -5564623 or 3217323. OLE color: 3217323.

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

Color convert

RGB1712349-
CMYK00.870.710.33
HSL349.46º76.29%38.04%-
HSV(B)349.46º86.55%67.06%-
XYZ17.669.493.81-
YUV70.22116.03199.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=70.37%
G=9.47%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171234900.870.710.33349.4676.2938.04
HexAB1731057472115d4c26
Octal253276101271074153511446
Binary10101011101111100010101011110001111000011010111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1731; }

 p { color: rgb(171,23,49); }

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

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

 a { background-color: rgb(171,23,49); }

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

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

 span { border-color: rgb(171,23,49); }

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