#BA154C

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

Shades of Cardinal #BA154C

Tints of Cardinal #BA154C

Color information

#BA154C (or 0xBA154C) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 4C. RGB value is (186,21,76). Sum of RGB (Red+Green+Blue) = 186+21+76=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA154C is #45EAB3. Grayscale: #4C4C4C. Windows color (decimal): -4582068 or 4986298. OLE color: 4986298.

HSL color Cylindrical-coordinate representation of color #BA154C: hue angle of 340º 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 #BA154C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1862176-
CMYK00.890.590.27
HSL340º79.71%40.59%-
HSV(B)340º88.71%72.94%-
XYZ21.8211.57.91-
YUV76.6127.66206.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=65.72%
G=7.42%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186217600.890.590.2734079.7140.59
HexBA154C0593B1B1545029
Octal272251140131733352412051
Binary1011101010101100110001011001111011110111010101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA154C; }

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

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

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

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

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

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

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

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