Html Css Color HEX #BA1748 Cardinal

📋 copy color: '#BA1748'

red 186 ◦ green 23 ◦ blue 72

#BA1748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA1748

Tints of Cardinal #BA1748

RGB

 RED value IS 186 (73.05% from 255) = 66.19%

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 66.19%
G = 8.19%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1748 (or 0xBA1748) is known color: Cardinal. HEX triplet: BA, 17 and 48. RGB value is (186,23,72). Sum of RGB (Red+Green+Blue) = 186+23+72=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1748 is #45E8B7. Grayscale: #4D4D4D. Windows color (decimal): -4581560 or 4724666. OLE color: 4724666.

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

Color convert

RGB 186 23 72 -
CMYK 0 0.88 0.61 0.27
HSL 341.96º 0.78% 0.41% -
HSV(B) 341.96º 0.88% 0.73% -
XYZ 21.73 11.52 7.21 -
YUV 77.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 186 23 72 0 0.88 0.61 0.27 341.96 0.78 0.41
Hex BA 17 48 0 58 3D 1B 156 4E 29
Octal 272 27 110 0 130 75 33 526 116 51
Binary 10111010 10111 1001000 0 1011000 111101 11011 101010110 1001110 101001

Color Harmonies of #BA1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1748

Black with #BA1748

Text Example


Text Example

White with #BA1748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1748; }

 p { color: rgb(186,23,72); }

 H1.HeaderClassName
 {
   color: #BA1748;
 }
 .AnyTagClassName
 {
   color: #BA1748;
 }
</style>

background-color css

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

 a { background-color: rgb(186,23,72); }

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

border-color css

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

 span { border-color: rgb(186,23,72); }

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