#BA0138

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

Shades of Cardinal #BA0138

Tints of Cardinal #BA0138

Color information

#BA0138 (or 0xBA0138) is unknown color: approx Cardinal. HEX triplet: BA, 01 and 38. RGB value is (186,1,56). Sum of RGB (Red+Green+Blue) = 186+1+56=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0138 is #45FEC7. Grayscale: #3E3E3E. Windows color (decimal): -4587208 or 3670458. OLE color: 3670458.

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

Color convert

RGB186156-
CMYK00.990.700.27
HSL342.16º98.93%36.67%-
HSV(B)342.16º99.46%72.94%-
XYZ20.9710.754.71-
YUV62.58124.29216.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=76.54%
G=0.41%
B=23.05%

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
Decimal18615600.990.700.27342.1698.9336.67
HexBA138063461B1566325
Octal27217001431063352614345
Binary101110101111000011000111000110110111010101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0138; }

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

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

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

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

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

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

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

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