#BA1839

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

Shades of Cardinal #BA1839

Tints of Cardinal #BA1839

Color information

#BA1839 (or 0xBA1839) is unknown color: approx Cardinal. HEX triplet: BA, 18 and 39. RGB value is (186,24,57). Sum of RGB (Red+Green+Blue) = 186+24+57=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1839 is #45E7C6. Grayscale: #4C4C4C. Windows color (decimal): -4581319 or 3741882. OLE color: 3741882.

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

Color convert

RGB1862457-
CMYK00.870.690.27
HSL347.78º77.14%41.18%-
HSV(B)347.78º87.1%72.94%-
XYZ21.3111.394.95-
YUV76.2117.17206.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=69.66%
G=8.99%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186245700.870.690.27347.7877.1441.18
HexBA1839057451B15c4d29
Octal272307101271053353411551
Binary1011101011000111001010101111000101110111010111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1839; }

 p { color: rgb(186,24,57); }

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

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

 a { background-color: rgb(186,24,57); }

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

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

 span { border-color: rgb(186,24,57); }

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