#A81641

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

Shades of Cardinal #A81641

Tints of Cardinal #A81641

Color information

#A81641 (or 0xA81641) is unknown color: approx Cardinal. HEX triplet: A8, 16 and 41. RGB value is (168,22,65). Sum of RGB (Red+Green+Blue) = 168+22+65=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81641 is #57E9BE. Grayscale: #464646. Windows color (decimal): -5761471 or 4265640. OLE color: 4265640.

HSL color Cylindrical-coordinate representation of color #A81641: hue angle of 342.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81641 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1682265-
CMYK00.870.610.34
HSL342.33º76.84%37.25%-
HSV(B)342.33º86.9%65.88%-
XYZ17.399.285.88-
YUV70.56124.87197.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=65.88%
G=8.63%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168226500.870.610.34342.3376.8437.25
HexA816410573D221564d25
Octal250261010127754252611545
Binary10101000101101000001010101111111011000101010101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81641; }

 p { color: rgb(168,22,65); }

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

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

 a { background-color: rgb(168,22,65); }

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

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

 span { border-color: rgb(168,22,65); }

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