#AB1234

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

Shades of Cardinal #AB1234

Tints of Cardinal #AB1234

Color information

#AB1234 (or 0xAB1234) is unknown color: approx Cardinal. HEX triplet: AB, 12 and 34. RGB value is (171,18,52). Sum of RGB (Red+Green+Blue) = 171+18+52=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1234 is #54EDCB. Grayscale: #434343. Windows color (decimal): -5565900 or 3412651. OLE color: 3412651.

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

Color convert

RGB1711852-
CMYK00.890.700.33
HSL346.67º80.95%37.06%-
HSV(B)346.67º89.47%67.06%-
XYZ17.639.344.12-
YUV67.62119.19201.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=70.95%
G=7.47%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171185200.890.700.33346.6780.9537.06
HexAB1234059462115b5125
Octal253226401311064153312145
Binary10101011100101101000101100110001101000011010110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1234; }

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

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

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

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

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

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

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

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