#BA0538

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

Shades of Cardinal #BA0538

Tints of Cardinal #BA0538

Color information

#BA0538 (or 0xBA0538) is unknown color: approx Cardinal. HEX triplet: BA, 05 and 38. RGB value is (186,5,56). Sum of RGB (Red+Green+Blue) = 186+5+56=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0538 is #45FAC7. Grayscale: #404040. Windows color (decimal): -4586184 or 3671482. OLE color: 3671482.

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

Color convert

RGB186556-
CMYK00.970.700.27
HSL343.09º94.76%37.45%-
HSV(B)343.09º97.31%72.94%-
XYZ21.0210.834.72-
YUV64.93122.97214.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.30%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=75.30%
G=2.02%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18655600.970.700.27343.0994.7637.45
HexBA538061461B1575f25
Octal27257001411063352713745
Binary10111010101111000011000011000110110111010101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0538; }

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

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

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

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

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

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

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

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