#BA143F

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

Shades of Cardinal #BA143F

Tints of Cardinal #BA143F

Color information

#BA143F (or 0xBA143F) is unknown color: approx Cardinal. HEX triplet: BA, 14 and 3F. RGB value is (186,20,63). Sum of RGB (Red+Green+Blue) = 186+20+63=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA143F is #45EBC0. Grayscale: #4A4A4A. Windows color (decimal): -4582337 or 4134074. OLE color: 4134074.

HSL color Cylindrical-coordinate representation of color #BA143F: hue angle of 344.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA143F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1862063-
CMYK00.890.660.27
HSL344.46º80.58%40.39%-
HSV(B)344.46º89.25%72.94%-
XYZ21.411.35.76-
YUV74.54121.5207.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 63 (25% from 255) = 23.42%
R=69.14%
G=7.43%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186206300.890.660.27344.4680.5840.39
HexBA143F059421B1585128
Octal272247701311023353012150
Binary1011101010100111111010110011000010110111010110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA143F; }

 p { color: rgb(186,20,63); }

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

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

 a { background-color: rgb(186,20,63); }

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

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

 span { border-color: rgb(186,20,63); }

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