#BA083F

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

Shades of Cardinal #BA083F

Tints of Cardinal #BA083F

Color information

#BA083F (or 0xBA083F) is unknown color: approx Cardinal. HEX triplet: BA, 08 and 3F. RGB value is (186,8,63). Sum of RGB (Red+Green+Blue) = 186+8+63=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA083F is #45F7C0. Grayscale: #434343. Windows color (decimal): -4585409 or 4131002. OLE color: 4131002.

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

Color convert

RGB186863-
CMYK00.960.660.27
HSL341.46º91.75%38.04%-
HSV(B)341.46º95.7%72.94%-
XYZ21.2310.975.7-
YUV67.49125.47212.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.37%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 63 (25% from 255) = 24.51%
R=72.37%
G=3.11%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18686300.960.660.27341.4691.7538.04
HexBA83F060421B1555c26
Octal272107701401023352513446
Binary101110101000111111011000001000010110111010101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA083F; }

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

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

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

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

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

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

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

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