#AB1840

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

Shades of Cardinal #AB1840

Tints of Cardinal #AB1840

Color information

#AB1840 (or 0xAB1840) is unknown color: approx Cardinal. HEX triplet: AB, 18 and 40. RGB value is (171,24,64). Sum of RGB (Red+Green+Blue) = 171+24+64=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1840 is #54E7BF. Grayscale: #484848. Windows color (decimal): -5564352 or 4200619. OLE color: 4200619.

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

Color convert

RGB1712464-
CMYK00.860.630.33
HSL343.67º75.38%38.24%-
HSV(B)343.67º85.96%67.06%-
XYZ18.059.685.77-
YUV72.51123.2198.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=66.02%
G=9.27%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171246400.860.630.33343.6775.3838.24
HexAB18400563F211584b26
Octal253301000126774153011346
Binary10101011110001000000010101101111111000011010110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1840; }

 p { color: rgb(171,24,64); }

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

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

 a { background-color: rgb(171,24,64); }

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

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

 span { border-color: rgb(171,24,64); }

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