#BA053C

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

Shades of Cardinal #BA053C

Tints of Cardinal #BA053C

Color information

#BA053C (or 0xBA053C) is unknown color: approx Cardinal. HEX triplet: BA, 05 and 3C. RGB value is (186,5,60). Sum of RGB (Red+Green+Blue) = 186+5+60=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA053C is #45FAC3. Grayscale: #414141. Windows color (decimal): -4586180 or 3933626. OLE color: 3933626.

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

Color convert

RGB186560-
CMYK00.970.680.27
HSL341.77º94.76%37.45%-
HSV(B)341.77º97.31%72.94%-
XYZ21.1210.875.26-
YUV65.39124.97214.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.10%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=74.10%
G=1.99%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18656000.970.680.27341.7794.7637.45
HexBA53C061441B1565f25
Octal27257401411043352613745
Binary10111010101111100011000011000100110111010101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA053C; }

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

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

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

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

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

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

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

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