Html Css Color HEX #BA1341 Cardinal

📋 copy color: '#BA1341'

red 186 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #BA1341

Tints of Cardinal #BA1341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 68.89%
G = 7.04%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA1341 (or 0xBA1341) is known color: Cardinal. HEX triplet: BA, 13 and 41. RGB value is (186,19,65). Sum of RGB (Red+Green+Blue) = 186+19+65=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1341 is #45ECBE. Grayscale: #4A4A4A. Windows color (decimal): -4582591 or 4264890. OLE color: 4264890.

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

Color convert

RGB 186 19 65 -
CMYK 0 0.90 0.65 0.27
HSL 343.47º 0.81% 0.4% -
HSV(B) 343.47º 0.9% 0.73% -
XYZ 21.44 11.29 6.05 -
YUV 74.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 186 19 65 0 0.90 0.65 0.27 343.47 0.81 0.4
Hex BA 13 41 0 5A 41 1B 157 51 28
Octal 272 23 101 0 132 101 33 527 121 50
Binary 10111010 10011 1000001 0 1011010 1000001 11011 101010111 1010001 101000

Color Harmonies of #BA1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1341

Black with #BA1341

Text Example


Text Example

White with #BA1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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