#AB0A33

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

Shades of Cardinal #AB0A33

Tints of Cardinal #AB0A33

Color information

#AB0A33 (or 0xAB0A33) is unknown color: approx Cardinal. HEX triplet: AB, 0A and 33. RGB value is (171,10,51). Sum of RGB (Red+Green+Blue) = 171+10+51=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A33 is #54F5CC. Grayscale: #3E3E3E. Windows color (decimal): -5567949 or 3345067. OLE color: 3345067.

HSL color Cylindrical-coordinate representation of color #AB0A33: hue angle of 344.72º 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 #AB0A33 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1711051-
CMYK00.940.700.33
HSL344.72º88.95%35.49%-
HSV(B)344.72º94.15%67.06%-
XYZ17.59.113.97-
YUV62.81121.34205.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.71%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=73.71%
G=4.31%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171105100.940.700.33344.7288.9535.49
HexABA3305E46211595923
Octal253126301361064153113143
Binary1010101110101100110101111010001101000011010110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A33; }

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

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

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

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

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

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

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

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