#A5143D

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

Shades of Cardinal #A5143D

Tints of Cardinal #A5143D

Color information

#A5143D (or 0xA5143D) is unknown color: approx Cardinal. HEX triplet: A5, 14 and 3D. RGB value is (165,20,61). Sum of RGB (Red+Green+Blue) = 165+20+61=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5143D is #5AEBC2. Grayscale: #444444. Windows color (decimal): -5958595 or 4002981. OLE color: 4002981.

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

Color convert

RGB1652061-
CMYK00.880.630.35
HSL343.03º78.38%36.27%-
HSV(B)343.03º87.88%64.71%-
XYZ16.618.845.25-
YUV68.03124.04197.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.07%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=67.07%
G=8.13%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165206100.880.630.35343.0378.3836.27
HexA5143D0583F231574e24
Octal24524750130774352711644
Binary1010010110100111101010110001111111000111010101111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5143D; }

 p { color: rgb(165,20,61); }

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

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

 a { background-color: rgb(165,20,61); }

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

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

 span { border-color: rgb(165,20,61); }

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