#A71835

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

Shades of Cardinal #A71835

Tints of Cardinal #A71835

Color information

#A71835 (or 0xA71835) is unknown color: approx Cardinal. HEX triplet: A7, 18 and 35. RGB value is (167,24,53). Sum of RGB (Red+Green+Blue) = 167+24+53=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A71835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71835 is #58E7CA. Grayscale: #464646. Windows color (decimal): -5826507 or 3479719. OLE color: 3479719.

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

Color convert

RGB1672453-
CMYK00.860.680.35
HSL347.83º74.87%37.45%-
HSV(B)347.83º85.63%65.49%-
XYZ16.919.134.24-
YUV70.06118.38197.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.44%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=68.44%
G=9.84%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167245300.860.680.35347.8374.8737.45
HexA71835056442315c4b25
Octal247306501261044353411345
Binary10100111110001101010101011010001001000111010111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71835; }

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

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

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

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

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

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

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

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