#AB1827

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

Shades of Cardinal #AB1827

Tints of Cardinal #AB1827

Color information

#AB1827 (or 0xAB1827) is unknown color: approx Cardinal. HEX triplet: AB, 18 and 27. RGB value is (171,24,39). Sum of RGB (Red+Green+Blue) = 171+24+39=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1827 is #54E7D8. Grayscale: #454545. Windows color (decimal): -5564377 or 2562219. OLE color: 2562219.

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

Color convert

RGB1712439-
CMYK00.860.770.33
HSL353.88º75.38%38.24%-
HSV(B)353.88º85.96%67.06%-
XYZ17.499.462.82-
YUV69.66110.7200.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.08%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=73.08%
G=10.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171243900.860.770.33353.8875.3838.24
HexAB18270564D211624b26
Octal253304701261154154211346
Binary10101011110001001110101011010011011000011011000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1827; }

 p { color: rgb(171,24,39); }

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

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

 a { background-color: rgb(171,24,39); }

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

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

 span { border-color: rgb(171,24,39); }

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