#A71533

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

Shades of Cardinal #A71533

Tints of Cardinal #A71533

Color information

#A71533 (or 0xA71533) is unknown color: approx Cardinal. HEX triplet: A7, 15 and 33. RGB value is (167,21,51). Sum of RGB (Red+Green+Blue) = 167+21+51=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A71533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71533 is #58EACC. Grayscale: #444444. Windows color (decimal): -5827277 or 3347879. OLE color: 3347879.

HSL color Cylindrical-coordinate representation of color #A71533: hue angle of 347.67º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71533 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1672151-
CMYK00.870.690.35
HSL347.67º77.66%36.86%-
HSV(B)347.67º87.43%65.49%-
XYZ16.88.993.98-
YUV68.07118.37198.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=69.87%
G=8.79%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167215100.870.690.35347.6777.6636.86
HexA71533057452315c4e25
Octal247256301271054353411645
Binary10100111101011100110101011110001011000111010111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71533; }

 p { color: rgb(167,21,51); }

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

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

 a { background-color: rgb(167,21,51); }

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

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

 span { border-color: rgb(167,21,51); }

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