Html Css Color HEX #BA1337 Cardinal

📋 copy color: '#BA1337'

red 186 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #BA1337

Tints of Cardinal #BA1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 71.54%
G = 7.31%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1337 (or 0xBA1337) is known color: Cardinal. HEX triplet: BA, 13 and 37. RGB value is (186,19,55). Sum of RGB (Red+Green+Blue) = 186+19+55=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1337 is #45ECC8. Grayscale: #494949. Windows color (decimal): -4582601 or 3609530. OLE color: 3609530.

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

Color convert

RGB 186 19 55 -
CMYK 0 0.90 0.70 0.27
HSL 347.07º 0.81% 0.4% -
HSV(B) 347.07º 0.9% 0.73% -
XYZ 21.17 11.18 4.66 -
YUV 73.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 186 19 55 0 0.90 0.70 0.27 347.07 0.81 0.4
Hex BA 13 37 0 5A 46 1B 15B 51 28
Octal 272 23 67 0 132 106 33 533 121 50
Binary 10111010 10011 110111 0 1011010 1000110 11011 101011011 1010001 101000

Color Harmonies of #BA1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1337

Black with #BA1337

Text Example


Text Example

White with #BA1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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