#AB093F

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

Shades of Cardinal #AB093F

Tints of Cardinal #AB093F

Color information

#AB093F (or 0xAB093F) is unknown color: approx Cardinal. HEX triplet: AB, 09 and 3F. RGB value is (171,9,63). Sum of RGB (Red+Green+Blue) = 171+9+63=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093F is #54F6C0. Grayscale: #3F3F3F. Windows color (decimal): -5568193 or 4131243. OLE color: 4131243.

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

Color convert

RGB171963-
CMYK00.950.630.33
HSL340º90%35.29%-
HSV(B)340º94.74%67.06%-
XYZ17.799.215.54-
YUV63.59127.67204.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 63 (25% from 255) = 25.93%
R=70.37%
G=3.70%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17196300.950.630.333409035.29
HexAB93F05F3F211545a23
Octal25311770137774152413243
Binary101010111001111111010111111111111000011010101001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB093F; }

 p { color: rgb(171,9,63); }

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

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

 a { background-color: rgb(171,9,63); }

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

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

 span { border-color: rgb(171,9,63); }

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