#ab1f41

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

Shades of Cardinal #AB1F41

Tints of Cardinal #AB1F41

Color information

#AB1F41 (or 0xAB1F41) is unknown color: approx Cardinal. HEX triplet: AB, 1F and 41. RGB value is (171,31,65). Sum of RGB (Red+Green+Blue) = 171+31+65=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F41 is #54E0BE. Grayscale: #4C4C4C. Windows color (decimal): -5562559 or 4267947. OLE color: 4267947.

HSL color Cylindrical-coordinate representation of color #AB1F41: hue angle of 345.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F41 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1713165-
CMYK00.820.620.33
HSL345.43º69.31%39.61%-
HSV(B)345.43º81.87%67.06%-
XYZ18.2410.025.97-
YUV76.74121.38195.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=64.04%
G=11.61%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171316500.820.620.33345.4369.3139.61
HexAB1F410523E211594528
Octal253371010122764153110550
Binary10101011111111000001010100101111101000011010110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1f41; }

 p { color: rgb(171,31,65); }

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

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

 a { background-color: rgb(171,31,65); }

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

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

 span { border-color: rgb(171,31,65); }

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