#BA184A

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

Shades of Cardinal #BA184A

Tints of Cardinal #BA184A

Color information

#BA184A (or 0xBA184A) is unknown color: approx Cardinal. HEX triplet: BA, 18 and 4A. RGB value is (186,24,74). Sum of RGB (Red+Green+Blue) = 186+24+74=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA184A is #45E7B5. Grayscale: #4E4E4E. Windows color (decimal): -4581302 or 4855994. OLE color: 4855994.

HSL color Cylindrical-coordinate representation of color #BA184A: hue angle of 341.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA184A is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1862474-
CMYK00.870.600.27
HSL341.48º77.14%41.18%-
HSV(B)341.48º87.1%72.94%-
XYZ21.8111.597.57-
YUV78.14125.67204.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=65.49%
G=8.45%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186247400.870.600.27341.4877.1441.18
HexBA184A0573C1B1554d29
Octal272301120127743352511551
Binary1011101011000100101001010111111100110111010101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA184A; }

 p { color: rgb(186,24,74); }

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

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

 a { background-color: rgb(186,24,74); }

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

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

 span { border-color: rgb(186,24,74); }

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