#BA0032

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

Shades of Cardinal #BA0032

Tints of Cardinal #BA0032

Color information

#BA0032 (or 0xBA0032) is unknown color: approx Cardinal. HEX triplet: BA, 00 and 32. RGB value is (186,0,50). Sum of RGB (Red+Green+Blue) = 186+0+50=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0032 is #45FFCD. Grayscale: #3D3D3D. Windows color (decimal): -4587470 or 3276986. OLE color: 3276986.

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

Color convert

RGB186050-
CMYK010.730.27
HSL343.87º100%36.47%-
HSV(B)343.87º100%72.94%-
XYZ20.8310.673.98-
YUV61.31121.62216.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=78.81%
G=0%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186050010.730.27343.8710036.47
HexBA032064491B1586424
Octal27206201441113353014444
Binary101110100110010011001001001001110111010110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0032; }

 p { color: rgb(186,0,50); }

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

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

 a { background-color: rgb(186,0,50); }

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

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

 span { border-color: rgb(186,0,50); }

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