Html Css Color HEX #BA0537 Cardinal

📋 copy color: '#BA0537'

red 186 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #BA0537

Tints of Cardinal #BA0537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 55 (21.88% from 255) = 22.36%

R = 75.61%
G = 2.03%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0537 (or 0xBA0537) is known color: Cardinal. HEX triplet: BA, 05 and 37. RGB value is (186,5,55). Sum of RGB (Red+Green+Blue) = 186+5+55=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0537 is #45FAC8. Grayscale: #404040. Windows color (decimal): -4586185 or 3605946. OLE color: 3605946.

HSL color Cylindrical-coordinate representation of color #BA0537: hue angle of 343.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0537 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 55 -
CMYK 0 0.97 0.70 0.27
HSL 343.43º 0.95% 0.37% -
HSV(B) 343.43º 0.97% 0.73% -
XYZ 20.99 10.82 4.6 -
YUV 64.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 186 5 55 0 0.97 0.70 0.27 343.43 0.95 0.37
Hex BA 5 37 0 61 46 1B 157 5F 25
Octal 272 5 67 0 141 106 33 527 137 45
Binary 10111010 101 110111 0 1100001 1000110 11011 101010111 1011111 100101

Color Harmonies of #BA0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0537

Black with #BA0537

Text Example


Text Example

White with #BA0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0537; }

 p { color: rgb(186,5,55); }

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

background-color css

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

 a { background-color: rgb(186,5,55); }

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

border-color css

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

 span { border-color: rgb(186,5,55); }

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