Html Css Color HEX #BA0131 Cardinal

📋 copy color: '#BA0131'

red 186 ◦ green 1 ◦ blue 49

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

Shades of Cardinal #BA0131

Tints of Cardinal #BA0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 78.81%
G = 0.42%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0131 (or 0xBA0131) is known color: Cardinal. HEX triplet: BA, 01 and 31. RGB value is (186,1,49). Sum of RGB (Red+Green+Blue) = 186+1+49=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0131 is #45FECE. Grayscale: #3D3D3D. Windows color (decimal): -4587215 or 3211706. OLE color: 3211706.

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

Color convert

RGB 186 1 49 -
CMYK 0 0.99 0.74 0.27
HSL 344.43º 0.99% 0.37% -
HSV(B) 344.43º 0.99% 0.73% -
XYZ 20.81 10.68 3.87 -
YUV 61.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 186 1 49 0 0.99 0.74 0.27 344.43 0.99 0.37
Hex BA 1 31 0 63 4A 1B 158 63 25
Octal 272 1 61 0 143 112 33 530 143 45
Binary 10111010 1 110001 0 1100011 1001010 11011 101011000 1100011 100101

Color Harmonies of #BA0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0131

Black with #BA0131

Text Example


Text Example

White with #BA0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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