#BA1831

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

Shades of Cardinal #BA1831

Tints of Cardinal #BA1831

Color information

#BA1831 (or 0xBA1831) is unknown color: approx Cardinal. HEX triplet: BA, 18 and 31. RGB value is (186,24,49). Sum of RGB (Red+Green+Blue) = 186+24+49=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1831 is #45E7CE. Grayscale: #4B4B4B. Windows color (decimal): -4581327 or 3217594. OLE color: 3217594.

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

Color convert

RGB1862449-
CMYK00.870.740.27
HSL350.74º77.14%41.18%-
HSV(B)350.74º87.1%72.94%-
XYZ21.1311.313.98-
YUV75.29113.17206.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=71.81%
G=9.27%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186244900.870.740.27350.7477.1441.18
HexBA18310574A1B15f4d29
Octal272306101271123353711551
Binary1011101011000110001010101111001010110111010111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1831; }

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

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

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

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

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

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

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

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