#AB0D3A

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

Shades of Cardinal #AB0D3A

Tints of Cardinal #AB0D3A

Color information

#AB0D3A (or 0xAB0D3A) is unknown color: approx Cardinal. HEX triplet: AB, 0D and 3A. RGB value is (171,13,58). Sum of RGB (Red+Green+Blue) = 171+13+58=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0D3A is #54F2C5. Grayscale: #414141. Windows color (decimal): -5567174 or 3804587. OLE color: 3804587.

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

Color convert

RGB1711358-
CMYK00.920.660.33
HSL342.91º85.87%36.08%-
HSV(B)342.91º92.4%67.06%-
XYZ17.79.254.86-
YUV65.37123.85203.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.66%
GREEN value IS 13 (5.47% from 255) = 5.37%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=70.66%
G=5.37%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171135800.920.660.33342.9185.8736.08
HexABD3A05C42211575624
Octal253157201341024152712644
Binary1010101111011110100101110010000101000011010101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0D3A; }

 p { color: rgb(171,13,58); }

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

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

 a { background-color: rgb(171,13,58); }

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

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

 span { border-color: rgb(171,13,58); }

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