#ab1a30

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

Shades of Cardinal #AB1A30

Tints of Cardinal #AB1A30

Color information

#AB1A30 (or 0xAB1A30) is unknown color: approx Cardinal. HEX triplet: AB, 1A and 30. RGB value is (171,26,48). Sum of RGB (Red+Green+Blue) = 171+26+48=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A30 is #54E5CF. Grayscale: #474747. Windows color (decimal): -5563856 or 3152555. OLE color: 3152555.

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

Color convert

RGB1712648-
CMYK00.850.720.33
HSL350.9º73.6%38.63%-
HSV(B)350.9º84.8%67.06%-
XYZ17.79.613.72-
YUV71.86114.54198.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=69.80%
G=10.61%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171264800.850.720.33350.973.638.63
HexAB1A30055482115f4a27
Octal253326001251104153711247
Binary10101011110101100000101010110010001000011010111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1a30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1a30; }

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

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

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

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

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

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

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

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