#AB1530

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

Shades of Cardinal #AB1530

Tints of Cardinal #AB1530

Color information

#AB1530 (or 0xAB1530) is unknown color: approx Cardinal. HEX triplet: AB, 15 and 30. RGB value is (171,21,48). Sum of RGB (Red+Green+Blue) = 171+21+48=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1530 is #54EACF. Grayscale: #444444. Windows color (decimal): -5565136 or 3151275. OLE color: 3151275.

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

Color convert

RGB1712148-
CMYK00.880.720.33
HSL349.2º78.12%37.65%-
HSV(B)349.2º87.72%67.06%-
XYZ17.69.413.68-
YUV68.93116.2200.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.25%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 48 (19.14% from 255) = 20%
R=71.25%
G=8.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171214800.880.720.33349.278.1237.65
HexAB1530058482115d4e26
Octal253256001301104153511646
Binary10101011101011100000101100010010001000011010111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1530; }

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

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

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

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

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

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

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

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