#BA1541

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

Shades of Cardinal #BA1541

Tints of Cardinal #BA1541

Color information

#BA1541 (or 0xBA1541) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 41. RGB value is (186,21,65). Sum of RGB (Red+Green+Blue) = 186+21+65=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1541 is #45EABE. Grayscale: #4B4B4B. Windows color (decimal): -4582079 or 4265402. OLE color: 4265402.

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

Color convert

RGB1862165-
CMYK00.890.650.27
HSL344º79.71%40.59%-
HSV(B)344º88.71%72.94%-
XYZ21.4711.366.06-
YUV75.35122.16206.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=68.38%
G=7.72%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186216500.890.650.2734479.7140.59
HexBA1541059411B1585029
Octal2722510101311013353012051
Binary10111010101011000001010110011000001110111010110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1541; }

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

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

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

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

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

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

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

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