#AB0A3F

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

Shades of Cardinal #AB0A3F

Tints of Cardinal #AB0A3F

Color information

#AB0A3F (or 0xAB0A3F) is unknown color: approx Cardinal. HEX triplet: AB, 0A and 3F. RGB value is (171,10,63). Sum of RGB (Red+Green+Blue) = 171+10+63=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A3F is #54F5C0. Grayscale: #404040. Windows color (decimal): -5567937 or 4131499. OLE color: 4131499.

HSL color Cylindrical-coordinate representation of color #AB0A3F: hue angle of 340.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A3F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1711063-
CMYK00.940.630.33
HSL340.25º88.95%35.49%-
HSV(B)340.25º94.15%67.06%-
XYZ17.89.235.55-
YUV64.18127.34204.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.08%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 63 (25% from 255) = 25.82%
R=70.08%
G=4.10%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171106300.940.630.33340.2588.9535.49
HexABA3F05E3F211545923
Octal25312770136774152413143
Binary101010111010111111010111101111111000011010101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A3F; }

 p { color: rgb(171,10,63); }

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

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

 a { background-color: rgb(171,10,63); }

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

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

 span { border-color: rgb(171,10,63); }

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