#ab1f30

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

Shades of Cardinal #AB1F30

Tints of Cardinal #AB1F30

Color information

#AB1F30 (or 0xAB1F30) is unknown color: approx Cardinal. HEX triplet: AB, 1F and 30. RGB value is (171,31,48). Sum of RGB (Red+Green+Blue) = 171+31+48=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F30 is #54E0CF. Grayscale: #4A4A4A. Windows color (decimal): -5562576 or 3153835. OLE color: 3153835.

HSL color Cylindrical-coordinate representation of color #AB1F30: hue angle of 352.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F30 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1713148-
CMYK00.820.720.33
HSL352.71º69.31%39.61%-
HSV(B)352.71º81.87%67.06%-
XYZ17.829.853.76-
YUV74.8112.88196.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=68.4%
G=12.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171314800.820.720.33352.7169.3139.61
HexAB1F3005248211614528
Octal253376001221104154110550
Binary10101011111111100000101001010010001000011011000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1f30; }

 p { color: rgb(171,31,48); }

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

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

 a { background-color: rgb(171,31,48); }

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

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

 span { border-color: rgb(171,31,48); }

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