#AB1042

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

Shades of Cardinal #AB1042

Tints of Cardinal #AB1042

Color information

#AB1042 (or 0xAB1042) is unknown color: approx Cardinal. HEX triplet: AB, 10 and 42. RGB value is (171,16,66). Sum of RGB (Red+Green+Blue) = 171+16+66=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1042 is #54EFBD. Grayscale: #444444. Windows color (decimal): -5566398 or 4329643. OLE color: 4329643.

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

Color convert

RGB1711666-
CMYK00.910.610.33
HSL340.65º82.89%36.67%-
HSV(B)340.65º90.64%67.06%-
XYZ17.969.426.03-
YUV68.04126.85201.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.59%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=67.59%
G=6.32%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171166600.910.610.33340.6582.8936.67
HexAB104205B3D211555325
Octal253201020133754152512345
Binary10101011100001000010010110111111011000011010101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1042; }

 p { color: rgb(171,16,66); }

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

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

 a { background-color: rgb(171,16,66); }

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

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

 span { border-color: rgb(171,16,66); }

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