#BA053A

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

Shades of Cardinal #BA053A

Tints of Cardinal #BA053A

Color information

#BA053A (or 0xBA053A) is unknown color: approx Cardinal. HEX triplet: BA, 05 and 3A. RGB value is (186,5,58). Sum of RGB (Red+Green+Blue) = 186+5+58=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA053A is #45FAC5. Grayscale: #414141. Windows color (decimal): -4586182 or 3802554. OLE color: 3802554.

HSL color Cylindrical-coordinate representation of color #BA053A: hue angle of 342.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA053A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB186558-
CMYK00.970.690.27
HSL342.43º94.76%37.45%-
HSV(B)342.43º97.31%72.94%-
XYZ21.0710.854.99-
YUV65.16123.97214.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.70%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=74.70%
G=2.01%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18655800.970.690.27342.4394.7637.45
HexBA53A061451B1565f25
Octal27257201411053352613745
Binary10111010101111010011000011000101110111010101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA053A; }

 p { color: rgb(186,5,58); }

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

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

 a { background-color: rgb(186,5,58); }

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

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

 span { border-color: rgb(186,5,58); }

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