Html Css Color HEX #BA1648 Cardinal

📋 copy color: '#BA1648'

red 186 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #BA1648

Tints of Cardinal #BA1648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

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

R = 66.43%
G = 7.86%
B = 25.71%

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

#BA1648 (or 0xBA1648) is known color: Cardinal. HEX triplet: BA, 16 and 48. RGB value is (186,22,72). Sum of RGB (Red+Green+Blue) = 186+22+72=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1648 is #45E9B7. Grayscale: #4C4C4C. Windows color (decimal): -4581816 or 4724410. OLE color: 4724410.

HSL color Cylindrical-coordinate representation of color #BA1648: hue angle of 341.71º degrees, saturation: 0.79, 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 #BA1648 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 72 -
CMYK 0 0.88 0.61 0.27
HSL 341.71º 0.79% 0.41% -
HSV(B) 341.71º 0.88% 0.73% -
XYZ 21.71 11.48 7.2 -
YUV 76.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 186 22 72 0 0.88 0.61 0.27 341.71 0.79 0.41
Hex BA 16 48 0 58 3D 1B 156 4F 29
Octal 272 26 110 0 130 75 33 526 117 51
Binary 10111010 10110 1001000 0 1011000 111101 11011 101010110 1001111 101001

Color Harmonies of #BA1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1648

Black with #BA1648

Text Example


Text Example

White with #BA1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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