#BA0239

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

Shades of Cardinal #BA0239

Tints of Cardinal #BA0239

Color information

#BA0239 (or 0xBA0239) is unknown color: approx Cardinal. HEX triplet: BA, 02 and 39. RGB value is (186,2,57). Sum of RGB (Red+Green+Blue) = 186+2+57=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0239 is #45FDC6. Grayscale: #3F3F3F. Windows color (decimal): -4586951 or 3736250. OLE color: 3736250.

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

Color convert

RGB186257-
CMYK00.990.690.27
HSL342.07º97.87%36.86%-
HSV(B)342.07º98.92%72.94%-
XYZ21.0110.784.84-
YUV63.29124.46215.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.92%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=75.92%
G=0.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18625700.990.690.27342.0797.8736.86
HexBA239063451B1566225
Octal27227101431053352614245
Binary1011101010111001011000111000101110111010101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0239; }

 p { color: rgb(186,2,57); }

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

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

 a { background-color: rgb(186,2,57); }

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

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

 span { border-color: rgb(186,2,57); }

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