#AB1531

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

Shades of Cardinal #AB1531

Tints of Cardinal #AB1531

Color information

#AB1531 (or 0xAB1531) is unknown color: approx Cardinal. HEX triplet: AB, 15 and 31. RGB value is (171,21,49). Sum of RGB (Red+Green+Blue) = 171+21+49=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1531 is #54EACE. Grayscale: #454545. Windows color (decimal): -5565135 or 3216811. OLE color: 3216811.

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

Color convert

RGB1712149-
CMYK00.880.710.33
HSL348.8º78.12%37.65%-
HSV(B)348.8º87.72%67.06%-
XYZ17.629.423.79-
YUV69.04116.7200.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=70.95%
G=8.71%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171214900.880.710.33348.878.1237.65
HexAB1531058472115d4e26
Octal253256101301074153511646
Binary10101011101011100010101100010001111000011010111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1531; }

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

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

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

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

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

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

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

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