#A81834

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

Shades of Cardinal #A81834

Tints of Cardinal #A81834

Color information

#A81834 (or 0xA81834) is unknown color: approx Cardinal. HEX triplet: A8, 18 and 34. RGB value is (168,24,52). Sum of RGB (Red+Green+Blue) = 168+24+52=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A81834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81834 is #57E7CB. Grayscale: #464646. Windows color (decimal): -5760972 or 3414184. OLE color: 3414184.

HSL color Cylindrical-coordinate representation of color #A81834: hue angle of 348.33º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81834 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1682452-
CMYK00.860.690.34
HSL348.33º75%37.65%-
HSV(B)348.33º85.71%65.88%-
XYZ17.099.234.13-
YUV70.25117.71197.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.85%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=68.85%
G=9.84%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168245200.860.690.34348.337537.65
HexA81834056452215c4b26
Octal250306401261054253411346
Binary10101000110001101000101011010001011000101010111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81834; }

 p { color: rgb(168,24,52); }

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

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

 a { background-color: rgb(168,24,52); }

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

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

 span { border-color: rgb(168,24,52); }

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