#BA0534

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

Shades of Cardinal #BA0534

Tints of Cardinal #BA0534

Color information

#BA0534 (or 0xBA0534) is unknown color: approx Cardinal. HEX triplet: BA, 05 and 34. RGB value is (186,5,52). Sum of RGB (Red+Green+Blue) = 186+5+52=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0534 is #45FACB. Grayscale: #404040. Windows color (decimal): -4586188 or 3409338. OLE color: 3409338.

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

Color convert

RGB186552-
CMYK00.970.720.27
HSL344.42º94.76%37.45%-
HSV(B)344.42º97.31%72.94%-
XYZ20.9210.84.23-
YUV64.48120.97214.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=76.54%
G=2.06%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18655200.970.720.27344.4294.7637.45
HexBA534061481B1585f25
Octal27256401411103353013745
Binary10111010101110100011000011001000110111010110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0534; }

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

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

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

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

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

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

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

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