Html Css Color HEX #BA1241 Cardinal

📋 copy color: '#BA1241'

red 186 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #BA1241

Tints of Cardinal #BA1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 69.14%
G = 6.69%
B = 24.16%

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

#BA1241 (or 0xBA1241) is known color: Cardinal. HEX triplet: BA, 12 and 41. RGB value is (186,18,65). Sum of RGB (Red+Green+Blue) = 186+18+65=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1241 is #45EDBE. Grayscale: #494949. Windows color (decimal): -4582847 or 4264634. OLE color: 4264634.

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

Color convert

RGB 186 18 65 -
CMYK 0 0.90 0.65 0.27
HSL 343.21º 0.82% 0.4% -
HSV(B) 343.21º 0.9% 0.73% -
XYZ 21.42 11.25 6.04 -
YUV 73.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 186 18 65 0 0.90 0.65 0.27 343.21 0.82 0.4
Hex BA 12 41 0 5A 41 1B 157 52 28
Octal 272 22 101 0 132 101 33 527 122 50
Binary 10111010 10010 1000001 0 1011010 1000001 11011 101010111 1010010 101000

Color Harmonies of #BA1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1241

Black with #BA1241

Text Example


Text Example

White with #BA1241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1241; }

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

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

background-color css

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

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

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

border-color css

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

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

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