#AB1135

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

Shades of Cardinal #AB1135

Tints of Cardinal #AB1135

Color information

#AB1135 (or 0xAB1135) is unknown color: approx Cardinal. HEX triplet: AB, 11 and 35. RGB value is (171,17,53). Sum of RGB (Red+Green+Blue) = 171+17+53=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1135 is #54EECA. Grayscale: #434343. Windows color (decimal): -5566155 or 3477931. OLE color: 3477931.

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

Color convert

RGB1711753-
CMYK00.900.690.33
HSL345.97º81.91%36.86%-
HSV(B)345.97º90.06%67.06%-
XYZ17.649.324.24-
YUV67.15120.02202.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=70.95%
G=7.05%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171175300.900.690.33345.9781.9136.86
HexAB113505A452115a5225
Octal253216501321054153212245
Binary10101011100011101010101101010001011000011010110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1135; }

 p { color: rgb(171,17,53); }

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

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

 a { background-color: rgb(171,17,53); }

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

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

 span { border-color: rgb(171,17,53); }

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