#A71033

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

Shades of Cardinal #A71033

Tints of Cardinal #A71033

Color information

#A71033 (or 0xA71033) is unknown color: approx Cardinal. HEX triplet: A7, 10 and 33. RGB value is (167,16,51). Sum of RGB (Red+Green+Blue) = 167+16+51=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A71033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71033 is #58EFCC. Grayscale: #414141. Windows color (decimal): -5828557 or 3346599. OLE color: 3346599.

HSL color Cylindrical-coordinate representation of color #A71033: hue angle of 346.09º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71033 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1671651-
CMYK00.900.690.35
HSL346.09º82.51%35.88%-
HSV(B)346.09º90.42%65.49%-
XYZ16.728.833.95-
YUV65.14120.03200.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.37%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=71.37%
G=6.84%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167165100.900.690.35346.0982.5135.88
HexA7103305A452315a5324
Octal247206301321054353212344
Binary10100111100001100110101101010001011000111010110101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71033; }

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

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

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

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

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

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

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

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