Html Css Color HEX #BA1847 Cardinal

📋 copy color: '#BA1847'

red 186 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #BA1847

Tints of Cardinal #BA1847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 66.19%
G = 8.54%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1847 (or 0xBA1847) is known color: Cardinal. HEX triplet: BA, 18 and 47. RGB value is (186,24,71). Sum of RGB (Red+Green+Blue) = 186+24+71=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1847 is #45E7B8. Grayscale: #4D4D4D. Windows color (decimal): -4581305 or 4659386. OLE color: 4659386.

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

Color convert

RGB 186 24 71 -
CMYK 0 0.87 0.62 0.27
HSL 342.59º 0.77% 0.41% -
HSV(B) 342.59º 0.87% 0.73% -
XYZ 21.71 11.55 7.05 -
YUV 77.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 186 24 71 0 0.87 0.62 0.27 342.59 0.77 0.41
Hex BA 18 47 0 57 3E 1B 157 4D 29
Octal 272 30 107 0 127 76 33 527 115 51
Binary 10111010 11000 1000111 0 1010111 111110 11011 101010111 1001101 101001

Color Harmonies of #BA1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1847

Black with #BA1847

Text Example


Text Example

White with #BA1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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