#ba0039

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

Shades of Cardinal #BA0039

Tints of Cardinal #BA0039

Color information

#BA0039 (or 0xBA0039) is unknown color: approx Cardinal. HEX triplet: BA, 00 and 39. RGB value is (186,0,57). Sum of RGB (Red+Green+Blue) = 186+0+57=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0039 is #45FFC6. Grayscale: #3E3E3E. Windows color (decimal): -4587463 or 3735738. OLE color: 3735738.

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

Color convert

RGB186057-
CMYK010.690.27
HSL341.61º100%36.47%-
HSV(B)341.61º100%72.94%-
XYZ20.9910.734.84-
YUV62.11125.12216.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=76.54%
G=0%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186057010.690.27341.6110036.47
HexBA039064451B1566424
Octal27207101441053352614444
Binary101110100111001011001001000101110111010101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0039; }

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

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

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

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

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

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

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

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