Html Css Color HEX #BA1141 Cardinal

📋 copy color: '#BA1141'

red 186 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #BA1141

Tints of Cardinal #BA1141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 69.4%
G = 6.34%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA1141 (or 0xBA1141) is known color: Cardinal. HEX triplet: BA, 11 and 41. RGB value is (186,17,65). Sum of RGB (Red+Green+Blue) = 186+17+65=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1141 is #45EEBE. Grayscale: #484848. Windows color (decimal): -4583103 or 4264378. OLE color: 4264378.

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

Color convert

RGB 186 17 65 -
CMYK 0 0.91 0.65 0.27
HSL 342.96º 0.83% 0.4% -
HSV(B) 342.96º 0.91% 0.73% -
XYZ 21.4 11.22 6.04 -
YUV 73 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 186 17 65 0 0.91 0.65 0.27 342.96 0.83 0.4
Hex BA 11 41 0 5B 41 1B 157 53 28
Octal 272 21 101 0 133 101 33 527 123 50
Binary 10111010 10001 1000001 0 1011011 1000001 11011 101010111 1010011 101000

Color Harmonies of #BA1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1141

Black with #BA1141

Text Example


Text Example

White with #BA1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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