#ba1b46

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

Shades of Cardinal #BA1B46

Tints of Cardinal #BA1B46

Color information

#BA1B46 (or 0xBA1B46) is unknown color: approx Cardinal. HEX triplet: BA, 1B and 46. RGB value is (186,27,70). Sum of RGB (Red+Green+Blue) = 186+27+70=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B46 is #45E4B9. Grayscale: #4F4F4F. Windows color (decimal): -4580538 or 4594618. OLE color: 4594618.

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

Color convert

RGB1862770-
CMYK00.850.620.27
HSL343.77º74.65%41.76%-
HSV(B)343.77º85.48%72.94%-
XYZ21.7511.676.9-
YUV79.44122.68204-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=65.72%
G=9.54%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186277000.850.620.27343.7774.6541.76
HexBA1B460553E1B1584b2a
Octal272331060125763353011352
Binary1011101011011100011001010101111110110111010110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1b46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1b46; }

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

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

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

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

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

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

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

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