#A81C3A

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

Shades of Cardinal #A81C3A

Tints of Cardinal #A81C3A

Color information

#A81C3A (or 0xA81C3A) is unknown color: approx Cardinal. HEX triplet: A8, 1C and 3A. RGB value is (168,28,58). Sum of RGB (Red+Green+Blue) = 168+28+58=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C3A is #57E3C5. Grayscale: #494949. Windows color (decimal): -5759942 or 3808424. OLE color: 3808424.

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

Color convert

RGB1682858-
CMYK00.830.650.34
HSL347.14º71.43%38.43%-
HSV(B)347.14º83.33%65.88%-
XYZ17.339.464.92-
YUV73.28119.38195.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.14%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=66.14%
G=11.02%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168285800.830.650.34347.1471.4338.43
HexA81C3A053412215b4726
Octal250347201231014253310746
Binary10101000111001110100101001110000011000101010110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C3A; }

 p { color: rgb(168,28,58); }

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

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

 a { background-color: rgb(168,28,58); }

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

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

 span { border-color: rgb(168,28,58); }

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