#BA0943

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

Shades of Cardinal #BA0943

Tints of Cardinal #BA0943

Color information

#BA0943 (or 0xBA0943) is unknown color: approx Cardinal. HEX triplet: BA, 09 and 43. RGB value is (186,9,67). Sum of RGB (Red+Green+Blue) = 186+9+67=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0943 is #45F6BC. Grayscale: #444444. Windows color (decimal): -4585149 or 4393402. OLE color: 4393402.

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

Color convert

RGB186967-
CMYK00.950.640.27
HSL340.34º90.77%38.24%-
HSV(B)340.34º95.16%72.94%-
XYZ21.3611.046.32-
YUV68.54127.14211.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=70.99%
G=3.44%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18696700.950.640.27340.3490.7738.24
HexBA94305F401B1545b26
Octal2721110301371003352413346
Binary1011101010011000011010111111000000110111010101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0943; }

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

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

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

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

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

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

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

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