#AB113A

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

Shades of Cardinal #AB113A

Tints of Cardinal #AB113A

Color information

#AB113A (or 0xAB113A) is unknown color: approx Cardinal. HEX triplet: AB, 11 and 3A. RGB value is (171,17,58). Sum of RGB (Red+Green+Blue) = 171+17+58=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB113A is #54EEC5. Grayscale: #434343. Windows color (decimal): -5566150 or 3805611. OLE color: 3805611.

HSL color Cylindrical-coordinate representation of color #AB113A: hue angle of 344.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB113A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1711758-
CMYK00.900.660.33
HSL344.03º81.91%36.86%-
HSV(B)344.03º90.06%67.06%-
XYZ17.769.364.87-
YUV67.72122.52201.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.51%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=69.51%
G=6.91%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171175800.900.660.33344.0381.9136.86
HexAB113A05A42211585225
Octal253217201321024153012245
Binary10101011100011110100101101010000101000011010110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB113A; }

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

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

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

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

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

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

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

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