Html Css Color HEX #BA1344 Cardinal

📋 copy color: '#BA1344'

red 186 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #BA1344

Tints of Cardinal #BA1344

RGB

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

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

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

R = 68.13%
G = 6.96%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1344 (or 0xBA1344) is known color: Cardinal. HEX triplet: BA, 13 and 44. RGB value is (186,19,68). Sum of RGB (Red+Green+Blue) = 186+19+68=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1344 is #45ECBB. Grayscale: #4A4A4A. Windows color (decimal): -4582588 or 4461498. OLE color: 4461498.

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

Color convert

RGB 186 19 68 -
CMYK 0 0.90 0.63 0.27
HSL 342.4º 0.81% 0.4% -
HSV(B) 342.4º 0.9% 0.73% -
XYZ 21.53 11.32 6.52 -
YUV 74.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 186 19 68 0 0.90 0.63 0.27 342.4 0.81 0.4
Hex BA 13 44 0 5A 3F 1B 156 51 28
Octal 272 23 104 0 132 77 33 526 121 50
Binary 10111010 10011 1000100 0 1011010 111111 11011 101010110 1010001 101000

Color Harmonies of #BA1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1344

Black with #BA1344

Text Example


Text Example

White with #BA1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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