#BA0E3F

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

Shades of Cardinal #BA0E3F

Tints of Cardinal #BA0E3F

Color information

#BA0E3F (or 0xBA0E3F) is unknown color: approx Cardinal. HEX triplet: BA, 0E and 3F. RGB value is (186,14,63). Sum of RGB (Red+Green+Blue) = 186+14+63=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E3F is #45F1C0. Grayscale: #464646. Windows color (decimal): -4583873 or 4132538. OLE color: 4132538.

HSL color Cylindrical-coordinate representation of color #BA0E3F: hue angle of 342.91º degrees, saturation: 0.86, 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 #BA0E3F is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1861463-
CMYK00.920.660.27
HSL342.91º86%39.22%-
HSV(B)342.91º92.47%72.94%-
XYZ21.311.115.72-
YUV71.01123.48210.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 63 (25% from 255) = 23.95%
R=70.72%
G=5.32%
B=23.95%

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
Decimal186146300.920.660.27342.918639.22
HexBAE3F05C421B1575627
Octal272167701341023352712647
Binary101110101110111111010111001000010110111010101111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0E3F; }

 p { color: rgb(186,14,63); }

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

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

 a { background-color: rgb(186,14,63); }

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

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

 span { border-color: rgb(186,14,63); }

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