#BA0F40

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

Shades of Cardinal #BA0F40

Tints of Cardinal #BA0F40

Color information

#BA0F40 (or 0xBA0F40) is unknown color: approx Cardinal. HEX triplet: BA, 0F and 40. RGB value is (186,15,64). Sum of RGB (Red+Green+Blue) = 186+15+64=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F40 is #45F0BF. Grayscale: #474747. Windows color (decimal): -4583616 or 4198330. OLE color: 4198330.

HSL color Cylindrical-coordinate representation of color #BA0F40: hue angle of 342.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F40 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1861564-
CMYK00.920.660.27
HSL342.81º85.07%39.41%-
HSV(B)342.81º91.94%72.94%-
XYZ21.3511.155.88-
YUV71.72123.65209.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=70.19%
G=5.66%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186156400.920.660.27342.8185.0739.41
HexBAF4005C421B1575527
Octal2721710001341023352712547
Binary1011101011111000000010111001000010110111010101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F40; }

 p { color: rgb(186,15,64); }

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

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

 a { background-color: rgb(186,15,64); }

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

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

 span { border-color: rgb(186,15,64); }

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