#AB0A34

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

Shades of Cardinal #AB0A34

Tints of Cardinal #AB0A34

Color information

#AB0A34 (or 0xAB0A34) is unknown color: approx Cardinal. HEX triplet: AB, 0A and 34. RGB value is (171,10,52). Sum of RGB (Red+Green+Blue) = 171+10+52=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A34 is #54F5CB. Grayscale: #3E3E3E. Windows color (decimal): -5567948 or 3410603. OLE color: 3410603.

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

Color convert

RGB1711052-
CMYK00.940.700.33
HSL344.35º88.95%35.49%-
HSV(B)344.35º94.15%67.06%-
XYZ17.529.124.09-
YUV62.93121.84205.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.39%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=73.39%
G=4.29%
B=22.32%

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
Decimal171105200.940.700.33344.3588.9535.49
HexABA3405E46211585923
Octal253126401361064153013143
Binary1010101110101101000101111010001101000011010110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A34; }

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

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

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

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

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

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

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

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