#BA0136

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

Shades of Cardinal #BA0136

Tints of Cardinal #BA0136

Color information

#BA0136 (or 0xBA0136) is unknown color: approx Cardinal. HEX triplet: BA, 01 and 36. RGB value is (186,1,54). Sum of RGB (Red+Green+Blue) = 186+1+54=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0136 is #45FEC9. Grayscale: #3E3E3E. Windows color (decimal): -4587210 or 3539386. OLE color: 3539386.

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

Color convert

RGB186154-
CMYK00.990.710.27
HSL342.81º98.93%36.67%-
HSV(B)342.81º99.46%72.94%-
XYZ20.9310.734.46-
YUV62.36123.29216.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.18%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=77.18%
G=0.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615400.990.710.27342.8198.9336.67
HexBA136063471B1576325
Octal27216601431073352714345
Binary101110101110110011000111000111110111010101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0136; }

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

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

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

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

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

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

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

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