Html Css Color HEX #BA1444 Cardinal

📋 copy color: '#BA1444'

red 186 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #BA1444

Tints of Cardinal #BA1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 67.88%
G = 7.3%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1444 (or 0xBA1444) is known color: Cardinal. HEX triplet: BA, 14 and 44. RGB value is (186,20,68). Sum of RGB (Red+Green+Blue) = 186+20+68=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1444 is #45EBBB. Grayscale: #4B4B4B. Windows color (decimal): -4582332 or 4461754. OLE color: 4461754.

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

Color convert

RGB 186 20 68 -
CMYK 0 0.89 0.63 0.27
HSL 342.65º 0.81% 0.4% -
HSV(B) 342.65º 0.89% 0.73% -
XYZ 21.54 11.36 6.53 -
YUV 75.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 186 20 68 0 0.89 0.63 0.27 342.65 0.81 0.4
Hex BA 14 44 0 59 3F 1B 157 51 28
Octal 272 24 104 0 131 77 33 527 121 50
Binary 10111010 10100 1000100 0 1011001 111111 11011 101010111 1010001 101000

Color Harmonies of #BA1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1444

Black with #BA1444

Text Example


Text Example

White with #BA1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1444; }

 p { color: rgb(186,20,68); }

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

background-color css

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

 a { background-color: rgb(186,20,68); }

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

border-color css

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

 span { border-color: rgb(186,20,68); }

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