#AB0734

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

Shades of Cardinal #AB0734

Tints of Cardinal #AB0734

Color information

#AB0734 (or 0xAB0734) is unknown color: approx Cardinal. HEX triplet: AB, 07 and 34. RGB value is (171,7,52). Sum of RGB (Red+Green+Blue) = 171+7+52=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0734 is #54F8CB. Grayscale: #3D3D3D. Windows color (decimal): -5568716 or 3409835. OLE color: 3409835.

HSL color Cylindrical-coordinate representation of color #AB0734: hue angle of 343.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0734 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB171752-
CMYK00.960.700.33
HSL343.54º92.13%34.9%-
HSV(B)343.54º95.91%67.06%-
XYZ17.499.064.08-
YUV61.17122.83206.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.35%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=74.35%
G=3.04%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17175200.960.700.33343.5492.1334.9
HexAB73406046211585c23
Octal25376401401064153013443
Binary101010111111101000110000010001101000011010110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0734; }

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

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

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

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

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

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

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

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