#BA154E

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

Shades of Cardinal #BA154E

Tints of Cardinal #BA154E

Color information

#BA154E (or 0xBA154E) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 4E. RGB value is (186,21,78). Sum of RGB (Red+Green+Blue) = 186+21+78=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA154E is #45EAB1. Grayscale: #4C4C4C. Windows color (decimal): -4582066 or 5117370. OLE color: 5117370.

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

Color convert

RGB1862178-
CMYK00.890.580.27
HSL339.27º79.71%40.59%-
HSV(B)339.27º88.71%72.94%-
XYZ21.8911.538.28-
YUV76.83128.66205.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=65.26%
G=7.37%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186217800.890.580.27339.2779.7140.59
HexBA154E0593A1B1535029
Octal272251160131723352312051
Binary1011101010101100111001011001111010110111010100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA154E; }

 p { color: rgb(186,21,78); }

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

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

 a { background-color: rgb(186,21,78); }

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

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

 span { border-color: rgb(186,21,78); }

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