#a40c39

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

Shades of Cardinal #A40C39

Tints of Cardinal #A40C39

Color information

#A40C39 (or 0xA40C39) is unknown color: approx Cardinal. HEX triplet: A4, 0C and 39. RGB value is (164,12,57). Sum of RGB (Red+Green+Blue) = 164+12+57=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C39 is #5BF3C6. Grayscale: #3E3E3E. Windows color (decimal): -6026183 or 3738788. OLE color: 3738788.

HSL color Cylindrical-coordinate representation of color #A40C39: hue angle of 342.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C39 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1641257-
CMYK00.930.650.36
HSL342.24º86.36%34.51%-
HSV(B)342.24º92.68%64.31%-
XYZ16.188.454.65-
YUV62.58124.86200.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.39%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=70.39%
G=5.15%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164125700.930.650.36342.2486.3634.51
HexA4C3905D41241565623
Octal244147101351014452612643
Binary1010010011001110010101110110000011001001010101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40c39; }

 p { color: rgb(164,12,57); }

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

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

 a { background-color: rgb(164,12,57); }

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

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

 span { border-color: rgb(164,12,57); }

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