Html Css Color HEX #BA1349 Cardinal

📋 copy color: '#BA1349'

red 186 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #BA1349

Tints of Cardinal #BA1349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 66.91%
G = 6.83%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1349 (or 0xBA1349) is known color: Cardinal. HEX triplet: BA, 13 and 49. RGB value is (186,19,73). Sum of RGB (Red+Green+Blue) = 186+19+73=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1349 is #45ECB6. Grayscale: #4B4B4B. Windows color (decimal): -4582583 or 4789178. OLE color: 4789178.

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

Color convert

RGB 186 19 73 -
CMYK 0 0.90 0.61 0.27
HSL 340.6º 0.81% 0.4% -
HSV(B) 340.6º 0.9% 0.73% -
XYZ 21.69 11.39 7.36 -
YUV 75.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 186 19 73 0 0.90 0.61 0.27 340.6 0.81 0.4
Hex BA 13 49 0 5A 3D 1B 155 51 28
Octal 272 23 111 0 132 75 33 525 121 50
Binary 10111010 10011 1001001 0 1011010 111101 11011 101010101 1010001 101000

Color Harmonies of #BA1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1349

Black with #BA1349

Text Example


Text Example

White with #BA1349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1349; }

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

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

background-color css

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

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

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

border-color css

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

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

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