Html Css Color HEX #BA1929 Cardinal

📋 copy color: '#BA1929'

red 186 ◦ green 25 ◦ blue 41

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

Shades of Cardinal #BA1929

Tints of Cardinal #BA1929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 73.81%
G = 9.92%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1929 (or 0xBA1929) is known color: Cardinal. HEX triplet: BA, 19 and 29. RGB value is (186,25,41). Sum of RGB (Red+Green+Blue) = 186+25+41=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1929 is #45E6D6. Grayscale: #4B4B4B. Windows color (decimal): -4581079 or 2693562. OLE color: 2693562.

HSL color Cylindrical-coordinate representation of color #BA1929: hue angle of 354.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1929 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 41 -
CMYK 0 0.87 0.78 0.27
HSL 354.04º 0.76% 0.41% -
HSV(B) 354.04º 0.87% 0.73% -
XYZ 21 11.29 3.17 -
YUV 74.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 186 25 41 0 0.87 0.78 0.27 354.04 0.76 0.41
Hex BA 19 29 0 57 4E 1B 162 4C 29
Octal 272 31 51 0 127 116 33 542 114 51
Binary 10111010 11001 101001 0 1010111 1001110 11011 101100010 1001100 101001

Color Harmonies of #BA1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1929

Black with #BA1929

Text Example


Text Example

White with #BA1929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1929; }

 p { color: rgb(186,25,41); }

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

background-color css

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

 a { background-color: rgb(186,25,41); }

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

border-color css

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

 span { border-color: rgb(186,25,41); }

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