Html Css Color HEX #BA1347 Cardinal

📋 copy color: '#BA1347'

red 186 ◦ green 19 ◦ blue 71

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

Shades of Cardinal #BA1347

Tints of Cardinal #BA1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 67.39%
G = 6.88%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1347 (or 0xBA1347) is known color: Cardinal. HEX triplet: BA, 13 and 47. RGB value is (186,19,71). Sum of RGB (Red+Green+Blue) = 186+19+71=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1347 is #45ECB8. Grayscale: #4A4A4A. Windows color (decimal): -4582585 or 4658106. OLE color: 4658106.

HSL color Cylindrical-coordinate representation of color #BA1347: hue angle of 341.32º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1347 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 71 -
CMYK 0 0.90 0.62 0.27
HSL 341.32º 0.81% 0.4% -
HSV(B) 341.32º 0.9% 0.73% -
XYZ 21.62 11.36 7.01 -
YUV 74.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 186 19 71 0 0.90 0.62 0.27 341.32 0.81 0.4
Hex BA 13 47 0 5A 3E 1B 155 51 28
Octal 272 23 107 0 132 76 33 525 121 50
Binary 10111010 10011 1000111 0 1011010 111110 11011 101010101 1010001 101000

Color Harmonies of #BA1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1347

Black with #BA1347

Text Example


Text Example

White with #BA1347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1347; }

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

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

background-color css

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

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

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

border-color css

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

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

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