#AB003A

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

Shades of Cardinal #AB003A

Tints of Cardinal #AB003A

Color information

#AB003A (or 0xAB003A) is unknown color: approx Cardinal. HEX triplet: AB, 00 and 3A. RGB value is (171,0,58). Sum of RGB (Red+Green+Blue) = 171+0+58=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB003A is #54FFC5. Grayscale: #393939. Windows color (decimal): -5570502 or 3801259. OLE color: 3801259.

HSL color Cylindrical-coordinate representation of color #AB003A: hue angle of 339.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB003A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB171058-
CMYK010.660.33
HSL339.65º100%33.53%-
HSV(B)339.65º100%67.06%-
XYZ17.568.964.81-
YUV57.74128.15208.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=74.67%
G=0%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171058010.660.33339.6510033.53
HexAB03A06442211546422
Octal25307201441024152414442
Binary1010101101110100110010010000101000011010101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB003A; }

 p { color: rgb(171,0,58); }

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

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

 a { background-color: rgb(171,0,58); }

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

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

 span { border-color: rgb(171,0,58); }

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