#AB1039

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

Shades of Cardinal #AB1039

Tints of Cardinal #AB1039

Color information

#AB1039 (or 0xAB1039) is unknown color: approx Cardinal. HEX triplet: AB, 10 and 39. RGB value is (171,16,57). Sum of RGB (Red+Green+Blue) = 171+16+57=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1039 is #54EFC6. Grayscale: #434343. Windows color (decimal): -5566407 or 3739819. OLE color: 3739819.

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

Color convert

RGB1711657-
CMYK00.910.670.33
HSL344.13º82.89%36.67%-
HSV(B)344.13º90.64%67.06%-
XYZ17.729.324.74-
YUV67.02122.35202.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.08%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=70.08%
G=6.56%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171165700.910.670.33344.1382.8936.67
HexAB103905B43211585325
Octal253207101331034153012345
Binary10101011100001110010101101110000111000011010110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1039; }

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

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

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

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

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

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

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

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