#A9143E

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

Shades of Cardinal #A9143E

Tints of Cardinal #A9143E

Color information

#A9143E (or 0xA9143E) is unknown color: approx Cardinal. HEX triplet: A9, 14 and 3E. RGB value is (169,20,62). Sum of RGB (Red+Green+Blue) = 169+20+62=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A9143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9143E is #56EBC1. Grayscale: #454545. Windows color (decimal): -5696450 or 4068521. OLE color: 4068521.

HSL color Cylindrical-coordinate representation of color #A9143E: hue angle of 343.09º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9143E is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1692062-
CMYK00.880.630.34
HSL343.09º78.84%37.06%-
HSV(B)343.09º88.17%66.27%-
XYZ17.489.285.43-
YUV69.34123.86199.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=67.33%
G=7.97%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169206200.880.630.34343.0978.8437.06
HexA9143E0583F221574f25
Octal25124760130774252711745
Binary1010100110100111110010110001111111000101010101111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9143E; }

 p { color: rgb(169,20,62); }

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

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

 a { background-color: rgb(169,20,62); }

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

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

 span { border-color: rgb(169,20,62); }

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