#AB112A

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

Shades of Cardinal #AB112A

Tints of Cardinal #AB112A

Color information

#AB112A (or 0xAB112A) is unknown color: approx Cardinal. HEX triplet: AB, 11 and 2A. RGB value is (171,17,42). Sum of RGB (Red+Green+Blue) = 171+17+42=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB112A is #54EED5. Grayscale: #414141. Windows color (decimal): -5566166 or 2757035. OLE color: 2757035.

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

Color convert

RGB1711742-
CMYK00.900.750.33
HSL350.26º81.91%36.86%-
HSV(B)350.26º90.06%67.06%-
XYZ17.419.233.05-
YUV65.9114.52202.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.35%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=74.35%
G=7.39%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171174200.900.750.33350.2681.9136.86
HexAB112A05A4B2115e5225
Octal253215201321134153612245
Binary10101011100011010100101101010010111000011010111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB112A; }

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

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

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

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

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

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

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

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