#BA0030

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

Shades of Cardinal #BA0030

Tints of Cardinal #BA0030

Color information

#BA0030 (or 0xBA0030) is unknown color: approx Cardinal. HEX triplet: BA, 00 and 30. RGB value is (186,0,48). Sum of RGB (Red+Green+Blue) = 186+0+48=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0030 is #45FFCF. Grayscale: #3D3D3D. Windows color (decimal): -4587472 or 3145914. OLE color: 3145914.

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

Color convert

RGB186048-
CMYK010.740.27
HSL344.52º100%36.47%-
HSV(B)344.52º100%72.94%-
XYZ20.7810.653.76-
YUV61.09120.62217.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=79.49%
G=0%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186048010.740.27344.5210036.47
HexBA0300644A1B1596424
Octal27206001441123353114444
Binary101110100110000011001001001010110111010110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0030; }

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

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

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

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

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

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

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

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