#AB1043

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

Shades of Cardinal #AB1043

Tints of Cardinal #AB1043

Color information

#AB1043 (or 0xAB1043) is unknown color: approx Cardinal. HEX triplet: AB, 10 and 43. RGB value is (171,16,67). Sum of RGB (Red+Green+Blue) = 171+16+67=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1043 is #54EFBC. Grayscale: #444444. Windows color (decimal): -5566397 or 4395179. OLE color: 4395179.

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

Color convert

RGB1711667-
CMYK00.910.610.33
HSL340.26º82.89%36.67%-
HSV(B)340.26º90.64%67.06%-
XYZ17.999.436.18-
YUV68.16127.35201.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=67.32%
G=6.30%
B=26.38%

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
Decimal171166700.910.610.33340.2682.8936.67
HexAB104305B3D211545325
Octal253201030133754152412345
Binary10101011100001000011010110111111011000011010101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1043; }

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

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

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

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

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

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

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

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