#A81635

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

Shades of Cardinal #A81635

Tints of Cardinal #A81635

Color information

#A81635 (or 0xA81635) is unknown color: approx Cardinal. HEX triplet: A8, 16 and 35. RGB value is (168,22,53). Sum of RGB (Red+Green+Blue) = 168+22+53=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A81635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81635 is #57E9CA. Grayscale: #454545. Windows color (decimal): -5761483 or 3479208. OLE color: 3479208.

HSL color Cylindrical-coordinate representation of color #A81635: hue angle of 347.26º 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 #A81635 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1682253-
CMYK00.870.680.34
HSL347.26º76.84%37.25%-
HSV(B)347.26º86.9%65.88%-
XYZ17.089.164.24-
YUV69.19118.87198.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=69.14%
G=9.05%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168225300.870.680.34347.2676.8437.25
HexA81635057442215b4d25
Octal250266501271044253311545
Binary10101000101101101010101011110001001000101010110111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81635; }

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

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

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

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

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

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

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

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