#BA1540

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

Shades of Cardinal #BA1540

Tints of Cardinal #BA1540

Color information

#BA1540 (or 0xBA1540) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 40. RGB value is (186,21,64). Sum of RGB (Red+Green+Blue) = 186+21+64=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1540 is #45EABF. Grayscale: #4B4B4B. Windows color (decimal): -4582080 or 4199866. OLE color: 4199866.

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

Color convert

RGB1862164-
CMYK00.890.660.27
HSL344.36º79.71%40.59%-
HSV(B)344.36º88.71%72.94%-
XYZ21.4411.355.91-
YUV75.24121.66207-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=68.63%
G=7.75%
B=23.62%

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
Decimal186216400.890.660.27344.3679.7140.59
HexBA1540059421B1585029
Octal2722510001311023353012051
Binary10111010101011000000010110011000010110111010110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1540; }

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

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

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

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

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

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

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

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