#BA0137

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

Shades of Cardinal #BA0137

Tints of Cardinal #BA0137

Color information

#BA0137 (or 0xBA0137) is unknown color: approx Cardinal. HEX triplet: BA, 01 and 37. RGB value is (186,1,55). Sum of RGB (Red+Green+Blue) = 186+1+55=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0137 is #45FEC8. Grayscale: #3E3E3E. Windows color (decimal): -4587209 or 3604922. OLE color: 3604922.

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

Color convert

RGB186155-
CMYK00.990.700.27
HSL342.49º98.93%36.67%-
HSV(B)342.49º99.46%72.94%-
XYZ20.9510.744.58-
YUV62.47123.79216.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.86%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=76.86%
G=0.41%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615500.990.700.27342.4998.9336.67
HexBA137063461B1566325
Octal27216701431063352614345
Binary101110101110111011000111000110110111010101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0137; }

 p { color: rgb(186,1,55); }

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

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

 a { background-color: rgb(186,1,55); }

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

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

 span { border-color: rgb(186,1,55); }

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