#BA0946

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

Shades of Cardinal #BA0946

Tints of Cardinal #BA0946

Color information

#BA0946 (or 0xBA0946) is unknown color: approx Cardinal. HEX triplet: BA, 09 and 46. RGB value is (186,9,70). Sum of RGB (Red+Green+Blue) = 186+9+70=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0946 is #45F6B9. Grayscale: #444444. Windows color (decimal): -4585146 or 4590010. OLE color: 4590010.

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

Color convert

RGB186970-
CMYK00.950.620.27
HSL339.32º90.77%38.24%-
HSV(B)339.32º95.16%72.94%-
XYZ21.4511.086.8-
YUV68.88128.64211.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=70.19%
G=3.40%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18697000.950.620.27339.3290.7738.24
HexBA94605F3E1B1535b26
Octal272111060137763352313346
Binary101110101001100011001011111111110110111010100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0946; }

 p { color: rgb(186,9,70); }

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

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

 a { background-color: rgb(186,9,70); }

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

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

 span { border-color: rgb(186,9,70); }

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