Html Css Color HEX #BA1039 Cardinal

📋 copy color: '#BA1039'

red 186 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #BA1039

Tints of Cardinal #BA1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 71.81%
G = 6.18%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1039 (or 0xBA1039) is known color: Cardinal. HEX triplet: BA, 10 and 39. RGB value is (186,16,57). Sum of RGB (Red+Green+Blue) = 186+16+57=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1039 is #45EFC6. Grayscale: #474747. Windows color (decimal): -4583367 or 3739834. OLE color: 3739834.

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

Color convert

RGB 186 16 57 -
CMYK 0 0.91 0.69 0.27
HSL 345.53º 0.84% 0.4% -
HSV(B) 345.53º 0.91% 0.73% -
XYZ 21.17 11.11 4.9 -
YUV 71.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 186 16 57 0 0.91 0.69 0.27 345.53 0.84 0.4
Hex BA 10 39 0 5B 45 1B 15A 54 28
Octal 272 20 71 0 133 105 33 532 124 50
Binary 10111010 10000 111001 0 1011011 1000101 11011 101011010 1010100 101000

Color Harmonies of #BA1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1039

Black with #BA1039

Text Example


Text Example

White with #BA1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1039; }

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

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

background-color css

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

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

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

border-color css

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

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

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