#AB1C2E

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

Shades of Cardinal #AB1C2E

Tints of Cardinal #AB1C2E

Color information

#AB1C2E (or 0xAB1C2E) is unknown color: approx Cardinal. HEX triplet: AB, 1C and 2E. RGB value is (171,28,46). Sum of RGB (Red+Green+Blue) = 171+28+46=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C2E is #54E3D1. Grayscale: #484848. Windows color (decimal): -5563346 or 3021995. OLE color: 3021995.

HSL color Cylindrical-coordinate representation of color #AB1C2E: hue angle of 352.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C2E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1712846-
CMYK00.840.730.33
HSL352.45º71.86%39.02%-
HSV(B)352.45º83.63%67.06%-
XYZ17.79.693.52-
YUV72.81112.88198.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=69.80%
G=11.43%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171284600.840.730.33352.4571.8639.02
HexAB1C2E05449211604827
Octal253345601241114154011047
Binary10101011111001011100101010010010011000011011000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1C2E; }

 p { color: rgb(171,28,46); }

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

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

 a { background-color: rgb(171,28,46); }

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

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

 span { border-color: rgb(171,28,46); }

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