Html Css Color HEX #BA2529 Cardinal

📋 copy color: '#BA2529'

red 186 ◦ green 37 ◦ blue 41

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

Shades of Cardinal #BA2529

Tints of Cardinal #BA2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 70.45%
G = 14.02%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2529 (or 0xBA2529) is known color: Cardinal. HEX triplet: BA, 25 and 29. RGB value is (186,37,41). Sum of RGB (Red+Green+Blue) = 186+37+41=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2529 is #45DAD6. Grayscale: #525252. Windows color (decimal): -4578007 or 2696634. OLE color: 2696634.

HSL color Cylindrical-coordinate representation of color #BA2529: hue angle of 358.39º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2529 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 41 -
CMYK 0 0.80 0.78 0.27
HSL 358.39º 0.67% 0.44% -
HSV(B) 358.39º 0.8% 0.73% -
XYZ 21.31 11.92 3.28 -
YUV 82.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 186 37 41 0 0.80 0.78 0.27 358.39 0.67 0.44
Hex BA 25 29 0 50 4E 1B 166 43 2C
Octal 272 45 51 0 120 116 33 546 103 54
Binary 10111010 100101 101001 0 1010000 1001110 11011 101100110 1000011 101100

Color Harmonies of #BA2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2529

Black with #BA2529

Text Example


Text Example

White with #BA2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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