#AB143B

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

Shades of Cardinal #AB143B

Tints of Cardinal #AB143B

Color information

#AB143B (or 0xAB143B) is unknown color: approx Cardinal. HEX triplet: AB, 14 and 3B. RGB value is (171,20,59). Sum of RGB (Red+Green+Blue) = 171+20+59=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143B is #54EBC4. Grayscale: #454545. Windows color (decimal): -5565381 or 3871915. OLE color: 3871915.

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

Color convert

RGB1712059-
CMYK00.880.650.33
HSL344.5º79.06%37.45%-
HSV(B)344.5º88.3%67.06%-
XYZ17.839.475.03-
YUV69.6122.03200.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 20 (8.20% from 255) = 8%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=68.4%
G=8%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171205900.880.650.33344.579.0637.45
HexAB143B05841211594f25
Octal253247301301014153111745
Binary10101011101001110110101100010000011000011010110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB143B; }

 p { color: rgb(171,20,59); }

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

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

 a { background-color: rgb(171,20,59); }

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

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

 span { border-color: rgb(171,20,59); }

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