#AB143A

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

Shades of Cardinal #AB143A

Tints of Cardinal #AB143A

Color information

#AB143A (or 0xAB143A) is unknown color: approx Cardinal. HEX triplet: AB, 14 and 3A. RGB value is (171,20,58). Sum of RGB (Red+Green+Blue) = 171+20+58=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143A is #54EBC5. Grayscale: #454545. Windows color (decimal): -5565382 or 3806379. OLE color: 3806379.

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

Color convert

RGB1712058-
CMYK00.880.660.33
HSL344.9º79.06%37.45%-
HSV(B)344.9º88.3%67.06%-
XYZ17.819.464.89-
YUV69.48121.53200.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.67%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=68.67%
G=8.03%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171205800.880.660.33344.979.0637.45
HexAB143A05842211594f25
Octal253247201301024153111745
Binary10101011101001110100101100010000101000011010110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB143A; }

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

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

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

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

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

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

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

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