Html Css Color HEX #BA1848 Cardinal

📋 copy color: '#BA1848'

red 186 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #BA1848

Tints of Cardinal #BA1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 65.96%
G = 8.51%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1848 (or 0xBA1848) is known color: Cardinal. HEX triplet: BA, 18 and 48. RGB value is (186,24,72). Sum of RGB (Red+Green+Blue) = 186+24+72=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1848 is #45E7B7. Grayscale: #4D4D4D. Windows color (decimal): -4581304 or 4724922. OLE color: 4724922.

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

Color convert

RGB 186 24 72 -
CMYK 0 0.87 0.61 0.27
HSL 342.22º 0.77% 0.41% -
HSV(B) 342.22º 0.87% 0.73% -
XYZ 21.75 11.56 7.22 -
YUV 77.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 186 24 72 0 0.87 0.61 0.27 342.22 0.77 0.41
Hex BA 18 48 0 57 3D 1B 156 4D 29
Octal 272 30 110 0 127 75 33 526 115 51
Binary 10111010 11000 1001000 0 1010111 111101 11011 101010110 1001101 101001

Color Harmonies of #BA1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1848

Black with #BA1848

Text Example


Text Example

White with #BA1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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