#AB1A34

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

Shades of Cardinal #AB1A34

Tints of Cardinal #AB1A34

Color information

#AB1A34 (or 0xAB1A34) is unknown color: approx Cardinal. HEX triplet: AB, 1A and 34. RGB value is (171,26,52). Sum of RGB (Red+Green+Blue) = 171+26+52=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A34 is #54E5CB. Grayscale: #484848. Windows color (decimal): -5563852 or 3414699. OLE color: 3414699.

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

Color convert

RGB1712652-
CMYK00.850.700.33
HSL349.24º73.6%38.63%-
HSV(B)349.24º84.8%67.06%-
XYZ17.789.644.17-
YUV72.32116.54198.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.67%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=68.67%
G=10.44%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171265200.850.700.33349.2473.638.63
HexAB1A34055462115d4a27
Octal253326401251064153511247
Binary10101011110101101000101010110001101000011010111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A34; }

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

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

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

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

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

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

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

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