Html Css Color HEX #BA1239 Cardinal

📋 copy color: '#BA1239'

red 186 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #BA1239

Tints of Cardinal #BA1239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 71.26%
G = 6.9%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1239 (or 0xBA1239) is known color: Cardinal. HEX triplet: BA, 12 and 39. RGB value is (186,18,57). Sum of RGB (Red+Green+Blue) = 186+18+57=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1239 is #45EDC6. Grayscale: #484848. Windows color (decimal): -4582855 or 3740346. OLE color: 3740346.

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

Color convert

RGB 186 18 57 -
CMYK 0 0.90 0.69 0.27
HSL 346.07º 0.82% 0.4% -
HSV(B) 346.07º 0.9% 0.73% -
XYZ 21.2 11.17 4.91 -
YUV 72.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 186 18 57 0 0.90 0.69 0.27 346.07 0.82 0.4
Hex BA 12 39 0 5A 45 1B 15A 52 28
Octal 272 22 71 0 132 105 33 532 122 50
Binary 10111010 10010 111001 0 1011010 1000101 11011 101011010 1010010 101000

Color Harmonies of #BA1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1239

Black with #BA1239

Text Example


Text Example

White with #BA1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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