#BA1533

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

Shades of Cardinal #BA1533

Tints of Cardinal #BA1533

Color information

#BA1533 (or 0xBA1533) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 33. RGB value is (186,21,51). Sum of RGB (Red+Green+Blue) = 186+21+51=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1533 is #45EACC. Grayscale: #494949. Windows color (decimal): -4582093 or 3347898. OLE color: 3347898.

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

Color convert

RGB1862151-
CMYK00.890.730.27
HSL349.09º79.71%40.59%-
HSV(B)349.09º88.71%72.94%-
XYZ21.1211.214.18-
YUV73.76115.16208.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.09%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=72.09%
G=8.14%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186215100.890.730.27349.0979.7140.59
HexBA1533059491B15d5029
Octal272256301311113353512051
Binary1011101010101110011010110011001001110111010111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1533; }

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

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

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

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

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

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

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

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