Html Css Color HEX #BA1429 Cardinal

📋 copy color: '#BA1429'

red 186 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #BA1429

Tints of Cardinal #BA1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 75.3%
G = 8.1%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1429 (or 0xBA1429) is known color: Cardinal. HEX triplet: BA, 14 and 29. RGB value is (186,20,41). Sum of RGB (Red+Green+Blue) = 186+20+41=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1429 is #45EBD6. Grayscale: #484848. Windows color (decimal): -4582359 or 2692282. OLE color: 2692282.

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

Color convert

RGB 186 20 41 -
CMYK 0 0.89 0.78 0.27
HSL 352.41º 0.81% 0.4% -
HSV(B) 352.41º 0.89% 0.73% -
XYZ 20.9 11.1 3.14 -
YUV 72.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 186 20 41 0 0.89 0.78 0.27 352.41 0.81 0.4
Hex BA 14 29 0 59 4E 1B 160 51 28
Octal 272 24 51 0 131 116 33 540 121 50
Binary 10111010 10100 101001 0 1011001 1001110 11011 101100000 1010001 101000

Color Harmonies of #BA1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1429

Black with #BA1429

Text Example


Text Example

White with #BA1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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