#A71842

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

Shades of Cardinal #A71842

Tints of Cardinal #A71842

Color information

#A71842 (or 0xA71842) is unknown color: approx Cardinal. HEX triplet: A7, 18 and 42. RGB value is (167,24,66). Sum of RGB (Red+Green+Blue) = 167+24+66=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A71842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71842 is #58E7BD. Grayscale: #474747. Windows color (decimal): -5826494 or 4331687. OLE color: 4331687.

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

Color convert

RGB1672466-
CMYK00.860.600.35
HSL342.38º74.87%37.45%-
HSV(B)342.38º85.63%65.49%-
XYZ17.259.266.03-
YUV71.54124.88196.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=64.98%
G=9.34%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167246600.860.600.35342.3874.8737.45
HexA718420563C231564b25
Octal247301020126744352611345
Binary10100111110001000010010101101111001000111010101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71842; }

 p { color: rgb(167,24,66); }

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

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

 a { background-color: rgb(167,24,66); }

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

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

 span { border-color: rgb(167,24,66); }

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