Html Css Color HEX #BA0139 Cardinal

📋 copy color: '#BA0139'

red 186 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #BA0139

Tints of Cardinal #BA0139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 76.23%
G = 0.41%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA0139 (or 0xBA0139) is known color: Cardinal. HEX triplet: BA, 01 and 39. RGB value is (186,1,57). Sum of RGB (Red+Green+Blue) = 186+1+57=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0139 is #45FEC6. Grayscale: #3E3E3E. Windows color (decimal): -4587207 or 3735994. OLE color: 3735994.

HSL color Cylindrical-coordinate representation of color #BA0139: hue angle of 341.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0139 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 57 -
CMYK 0 0.99 0.69 0.27
HSL 341.84º 0.99% 0.37% -
HSV(B) 341.84º 0.99% 0.73% -
XYZ 21 10.76 4.84 -
YUV 62.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 186 1 57 0 0.99 0.69 0.27 341.84 0.99 0.37
Hex BA 1 39 0 63 45 1B 156 63 25
Octal 272 1 71 0 143 105 33 526 143 45
Binary 10111010 1 111001 0 1100011 1000101 11011 101010110 1100011 100101

Color Harmonies of #BA0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0139

Black with #BA0139

Text Example


Text Example

White with #BA0139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0139; }

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

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

background-color css

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

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

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

border-color css

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

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

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