Html Css Color HEX #BA1229 Cardinal

📋 copy color: '#BA1229'

red 186 ◦ green 18 ◦ blue 41

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

Shades of Cardinal #BA1229

Tints of Cardinal #BA1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 75.92%
G = 7.35%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1229 (or 0xBA1229) is known color: Cardinal. HEX triplet: BA, 12 and 29. RGB value is (186,18,41). Sum of RGB (Red+Green+Blue) = 186+18+41=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1229 is #45EDD6. Grayscale: #464646. Windows color (decimal): -4582871 or 2691770. OLE color: 2691770.

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

Color convert

RGB 186 18 41 -
CMYK 0 0.90 0.78 0.27
HSL 351.79º 0.82% 0.4% -
HSV(B) 351.79º 0.9% 0.73% -
XYZ 20.87 11.03 3.13 -
YUV 70.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 186 18 41 0 0.90 0.78 0.27 351.79 0.82 0.4
Hex BA 12 29 0 5A 4E 1B 160 52 28
Octal 272 22 51 0 132 116 33 540 122 50
Binary 10111010 10010 101001 0 1011010 1001110 11011 101100000 1010010 101000

Color Harmonies of #BA1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1229

Black with #BA1229

Text Example


Text Example

White with #BA1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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